Nested formula with sheet references help
I need a formula that will:
look up a name listed on sheet #1 on Sheet #2 and pull the most recent date they completed training. So far I have tried two formula combinations and neither has worked.
=IF({Training Data Range 1 - Name} = Name@row, MAX({Training Data Range 2 - Date})) #INVALID OPERATION
=VLOOKUP(Name@row, {Training Data Range 3}, MAX({CIV CJIS Training Data Range 2 - Date}), false) #INVALID ARGUMENT SET
Answers
-
Try this,
=MAX(COLLECT({Training Data Range 2 - Date}, {Training Data Range 1 - Name}, Name@row))
-
So I put that in and I'm no longer receiving an error message, but it's not pulling the date in--Just blank.
-
Hi @collettee
Is it possible that either the "Name" isn't finding a match across your sheets, or that the there is a blank cell associated with that name instead of one with a date?
Try using a COUNTIF formula to check and make sure that the "Name" is matching:
=COUNTIF({Training Data Range 1 - Name}, Name@row)
If this is returning 0, then the formula can't find a match for that Name. Make sure that the spelling is exactly the same across sheets, including spaces.
If the number is correct in this COUNTIF, check to make sure that your {Training Data Range 2 - Date} is looking at the correct column, that the column is set to date type, and that there are dates associated with that person.
If none of this has helped, can you provide a screen capture of your source sheet, but block out sensitive data?
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 434 Global Discussions
- 153 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!