I am trying to automatically create a clinic list using a Waiting and Review list. I have created an IF formula that checks the review list first to see if there are any review dates within the next two weeks. If there isn't then the first name from the waiting list is added to the clinic. This is my very amateur-ish formula:
=IF('REVIEW 09'!F5>=TODAY(),IF('REVIEW 09'!F5<=TODAY()+14,'REVIEW 09'!A5,WAITING!A4))
My problem, for example, is when I delete the row F5 because it no longer needs to be on the review list, it shows as a #ref! error on the clinic. Is there any way around this? The rest of the review sheet shifts up so that the information underneath is now in F5 and I don't understand why it doesn't use the new information.
I'm not very good at explaining myself so please ask if I've missed something out.
Thanks in advance for any help!
Bookmarks