Return a date from a row, on a different sheet, that corresponds with their name.
I have a sheet that I am trying to inform team members when their license expires and I am wanting a formula that looks at one sheet, if the name is there it return the corresponding value. I can get the formula to return yes or no but I need the exact date.
=IFERROR(IF(AND(MATCH($Name@row, {Team Member}, 0) > 0, COUNTIFS({Team Member}, $Name@row, {Pallet Jack}, <>"") > 0), "Yes", "No"), "Error")
This is the formula I started with.
Answers
-
=IFERROR(IF(AND(MATCH($Name@row, {Team Member}, 0) > 0, COUNTIFS({Team Member}, $Name@row, {Pallet Jack}, <>"") > 0), {Pallet Jack}, "No"), "Error")
I tried this formula, which is saying to return that value in that column and it is returning #DATE EXPECTED on the people who have dates, and "No" on the cells that are blank and don't have anything.
-
Hi @Paul Mangan
Have you tried an INDEX MATCH formula?
I can't see your sheets (I am guessing Pallet Jack is the date) but the formula will be something like
=INDEX({Pallet Jack}, MATCH($Name@row,{Team Member}, 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!