Hello!
I have 2 reports that are on separate sheets, 1 & 2. Both contain a load id # and I would like to enter a formula on Sheet 1 that tells me whether or not that load id # is on sheet 2, returning either a yes or no value. To achieve this, I have the following formula:
=IFERROR(IF(Match(F5,'Sheet 2!$C:$C,0),"Yes",),"No"). The formula works, however, on Sheet 1, column I shows when each load id # was shipped. I would like the above formula to only give me a yes or no response if the ship date is between a start and ending date which I manually type into cells D9 and D10 on Sheet 1. If it is not within the date range specified, I would like the formula to return a blank. If it is in the date range specified, but not on Sheet 2, then I would like it to return No and if it is within the date range and is on Sheet 2 I would like it to return a Yes. Is there a way to do this all in one formula?
Thanks in advance for any help provided and I apologize for any errors. I am having trouble typing in the message box for some reason. :/
I have 2 reports that are on separate sheets, 1 & 2. Both contain a load id # and I would like to enter a formula on Sheet 1 that tells me whether or not that load id # is on sheet 2, returning either a yes or no value. To achieve this, I have the following formula:
=IFERROR(IF(Match(F5,'Sheet 2!$C:$C,0),"Yes",),"No"). The formula works, however, on Sheet 1, column I shows when each load id # was shipped. I would like the above formula to only give me a yes or no response if the ship date is between a start and ending date which I manually type into cells D9 and D10 on Sheet 1. If it is not within the date range specified, I would like the formula to return a blank. If it is in the date range specified, but not on Sheet 2, then I would like it to return No and if it is within the date range and is on Sheet 2 I would like it to return a Yes. Is there a way to do this all in one formula?
Thanks in advance for any help provided and I apologize for any errors. I am having trouble typing in the message box for some reason. :/