Hello,
I'm working on an availability spreadsheet to book venues, and have created a column that tells me if I have held a date ("Held"), requested a date ("Requested") or if I have done nothing with that date.
Currently, if I have done nothing with that date, it comes up with a "FALSE" result, but I would like it to say "Free Day", however, I can't seem to find where the 0 value is that I need to change.
The formula I've written is as below, and I've tried a few different versions but can't seem to get the right result.
=IF(COUNTIF(D12:U12,"*Held*")=2,"Double booked",IF(COUNTIF(D12:U12,"*Held*")=1,"Held",IF(COUNTIF(D12:U12,"*Requested*")=1,"Requested")))
Image below of the table for clarity, with the formula above in the second column.
Screenshot 2024-12-05 105611.png
Are you able to suggest a solve for this?
Thanks!
Bookmarks