Ok so I have a database that is based on delivery dates and if they are early on time or late I have set up extra columns with if functions in that determine if the delivery was on time early or late(because its the only way to use conditional formating in the end to add up values). However some on the database have not been delivered so this is what I currently have in the column that requires extra formulae: =IF(I2>0,1,0) I need to add that if in the cell before it says N/A to add a 0 in the cell but if N/A isnt in the box to enter a 1 if =IF(I2>0,1,0) is true so how do I do that if its possible?
Bookmarks