I have about 250 locations that need to submit a monthly report. I need to show which locations have and have not submitted their report for each month, and a need a year tracking.
I have a SUBMISSION sheet where their submissions populate. They select the month for which they are submitting from a dropdown.
I have a REQUIRED sheet which lists the locations who need the report and where we are manually tracking each month.
I want a formula on the REQUIRED sheet that will enter 'yes' in the month column if there is a submission for that month on the SUBMISSION sheet.
I cannot get the structure correct, so showing on three separate lines here what I want the formula to do:
=IF{SUBMISSION Range 1}, "AAA"
ANDIF {SUBMISSION Range 2}, "08-August"
then enter "yes"
Any help would be appreciated!