J
Josh
I have a spreadsheet of 25 columns & 5000 rows & growing.
3 columns contain the following formulas:
=IF(ISBLANK(M2),"NOT SHIPPED",IF(M2=E2,"ON TIME",IF(M2<E2,"EARLY","LATE")))
=IF(ISBLANK(M2)," ",IF(M2=E2,"0",IF(M2>E2,(M2-E2),(E2-M2))))
=IF((ISBLANK(E2)),"NO DUE DATE",(E2-A2))
Is there a better way to write these that may speed things up?
3 columns contain the following formulas:
=IF(ISBLANK(M2),"NOT SHIPPED",IF(M2=E2,"ON TIME",IF(M2<E2,"EARLY","LATE")))
=IF(ISBLANK(M2)," ",IF(M2=E2,"0",IF(M2>E2,(M2-E2),(E2-M2))))
=IF((ISBLANK(E2)),"NO DUE DATE",(E2-A2))
Is there a better way to write these that may speed things up?