I have inherited a spreadsheet from someone. The original formula works out the number of days.
DAYS TILL DUE = Due Date - todays date
DAYS TIL DUE
=[@[DUE DATE]]-TODAY()
The column is formatted as Number. Due Date column contains a mix of date and text 'N/A' If no date the user enters N/A
Cells containing N/A the formula result is an error displaying #VALUE!
How can the formula be edited to clean up to ..
Check for text 'N/A' and the result 'No date'
Else
work out Days Till Due
TIA
DAYS TILL DUE = Due Date - todays date
DAYS TIL DUE
=[@[DUE DATE]]-TODAY()
The column is formatted as Number. Due Date column contains a mix of date and text 'N/A' If no date the user enters N/A
Cells containing N/A the formula result is an error displaying #VALUE!
How can the formula be edited to clean up to ..
Check for text 'N/A' and the result 'No date'
Else
work out Days Till Due
TIA