Hello,
I am trying to adjust the formula below to return a value from a cell on another sheet if the room number and dates match.
Here is the formula currently:
=IF(COUNTIFS({All Requests Range 2}, "Beaumont 111", {All Requests Range 5}, <=Date@row, {All Requests Range 6}, >=Date@row) = 1, "reserved", " ")
This formula works great, but I want to adjust it so that instead of it saying "reserved," it fills that space with the name of the person who booked the room.
I have tried referencing the sheet's column but I get "#INVALID COLUMN DATA." See below.
=IF(COUNTIFS({All Requests Range 2}, "Beaumont 111", {All Requests Range 5}, <=Date@row, {All Requests Range 6}, >=Date@row) = 1, {Manage Current Reservations (Admin Only) Range 2}, " ")
Any ideas on how I can adjust the formula to show the name of the person who has that room reserved for a specific date?
Thank you,
Tayler
Any ideas on how I can return the name of the person reserving "Beaumont 111" if the dates from sheet the sheet are within the da