I am trying to make an excel document calculate the number of days between 2 dates OR the number of days between the current date and the first date.
I've tried doing the following:
IF(B1 "", =TODAY()-A1, B1-A1)
The error message I'm getting is that Excel thinks it's not supposed to be a function and to put ' in front of the =.