Hi All,
I'm creating a booking system and think I am running into trouble with my formula because it's possible to assign the same value in a column more than once (so the formula doesn't know which row to look at possibly). Formula below.
=IF(AND({DateCheckFlag}@row=1,[Asset Name]@row={DeviceName}@row),1,0)
In my case, I am allowing for future bookings and so need to check for date, however {DeviceName} can appear in the column more than once.
Essentially trying to say, check for this particular asset and check the date flag. The end result (on a different sheet) is a traffic light symbol saying Yes or no for the equipment being currently available.
Is this possible or is a different approach required?
Thank you.