I am trying to work an If Then formula that will return the contents of a cell. F78 = locations the Dr can practice (this is mult-select), C78 = Name of Doctor, C56 = location name. What I need is if the location is listed in F78 to populate the Doctors name. For example the location list has 3 different locations (Annex, Main and Union). The Doctor can see patients at Union.
If F78 = C56 then list the name from C78.
In this example if F78 has Union (C56) then populate the Doctor name (Cell C78) (Dr. Smith).
I came up with this formula but it is not working =IF(F78=C56,C78)
Thanks for any help.
If F78 = C56 then list the name from C78.
In this example if F78 has Union (C56) then populate the Doctor name (Cell C78) (Dr. Smith).
I came up with this formula but it is not working =IF(F78=C56,C78)
Thanks for any help.