I have a column that shows a person’s preferred class location and a column that shows their preferred class time. I want a formula that takes the values from each of these columns to provide a value in the 3rd column for example:
If preferred location is Chapel A and preferred time is evening, enter value in 3rd column of “Chapel A Evening Waiting List”
If preferred location is Chapel A and preferred time is Daytime, enter value in 3rd column of “Chapel A Daytime Waiting List”
If preferred location is City Centre and preferred time is evening, enter value in 3rd column of “City Centre Evening Waiting List”
If preferred location is City Centre and preferred time is Daytime, enter value in 3rd column of “City Centre Daytime Waiting List”
If preferred location is Hyde Park and preferred time is evening, enter value in 3rd column of “Hyde Park Evening Waiting List”
If preferred location is Hyde Park and preferred time is Daytime, enter value in 3rd column of “Hyde Park Daytime Waiting List”
Is this possible?