How can i subtract a date form a date in excel?
Not VBA code, just normal excel please
!
Heres my scnario.. (what i thought i could do)
I had a cell with =Today() 'Gives todays date
then a cell with a "Due Date" A day my assignment is due.
So i then wanted to get how many days till the assignment was due.
So i thought..
Say due date was E3
and =Today() was F3
=SUM(E3-F3)
but i get #VALUE!
any ideas? thanks.
Not VBA code, just normal excel please
Heres my scnario.. (what i thought i could do)
I had a cell with =Today() 'Gives todays date
then a cell with a "Due Date" A day my assignment is due.
So i then wanted to get how many days till the assignment was due.
So i thought..
Say due date was E3
and =Today() was F3
=SUM(E3-F3)
but i get #VALUE!
any ideas? thanks.