Hi all,
I'm having difficulty with a nested function..... in fact I'm stuck!
I have created a booking form & I have two dates in the form:
Booking From (cell J2)
Booking To (K2).
Now I have a column called Status (O2) & I want it to be able to show the following:
If:
Today > Booking To = "FREE"
or
Today < Booking From = 'FREE TODAY (Future Booking)
or
Today between Booking To and Booking From = "BOOKED"
Can anyone help with the formula..... it's giving me a headache!
Many thanks
Last edited by jammy78; 01-11-2012 at 07:30 AM.
How about
=IF(TODAY()>K2,"Free",IF(TODAY()<J2,"Free Today","Booked"))
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
Sorry, one more quick question.......
If there's no date in the Booking From (J2) & Booking To (K2) - is there a way to hind the formula result?
It'll be nice to have?
Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks