Hi all,
I'm trying to tidy up and speed up a spreadsheet by having pre-populated formula already to use in specific cells. The code below works perfectly when F9 has a value, however I want the cell to appear blank if F9 doesn't contain a value - currently it will spit out "30658"
I've attempted to use and IFs but it remained the same, I have also attempted to use AND but it kept returning errors. Any help would be greatly appreciated.
Regards,
Auxie
I'm trying to tidy up and speed up a spreadsheet by having pre-populated formula already to use in specific cells. The code below works perfectly when F9 has a value, however I want the cell to appear blank if F9 doesn't contain a value - currently it will spit out "30658"
I've attempted to use and IFs but it remained the same, I have also attempted to use AND but it kept returning errors. Any help would be greatly appreciated.
PHP:
=IF(F9<1,NETWORKDAYS(D9,NOW(),$N$9:$N$30)-15,"Delivered")
Regards,
Auxie