I am using an array formula that I found on John Walkenbach’s site. The formula looks at a value in named cell and compares it to a named range and tells me if the value in the named cell is found within the named range.
I have called the named cell TheName and the named range SeatingPlan
The idea is to use the spreadsheet as a grid to allocate seats or spaces at a conference, trade shows or lecture and then use the formula to locate attendees on the spreadsheet.
The array formula I am using is {=IF(OR(TheName=SeatingPlan),”Attending”,”Not Attending”)
This tells me if the attendees have been allocated a place and I have also added conditional formatting to the named range so when an attendee’s name is entered into TheName cell their location will be highlighted on the spreadsheet. An instant visual aid to where they are in relation to everyone else.
But what I would like the formula to do is return the cell reference i.e. A3 or B6 rather than attending or not attending.
I have attached a spreadsheet.
Thank you in advance
Regards