IF Formula Help
Hello!
I'm looking for assistance with creating a formula to return a value on the New Hire Sheet pulling a result from the Offer Sheet. Specifically I'm looking for the following:
When the [Primary Column]@row = "Completed" on the Offer Sheet, I need a formula to return the "Candidate Name" from the Offer Sheet in the "Name" Column on the New Hire Sheet.
I don't have enough data to do a VLOOKUP and I've tried a few IF formula's which yield no success. The IF formula I was testing is below.
=IF({Offer Range 1} = "Completed", "Completed", {Offer Range 4})
Any assistance would be greatly appreciated.
Answers
-
Hi. This may help.
Imagine your Offer Sheet looks something like this:
Note that I've added a column called [Row ID]. This is set up as an Auto-Number column in the Column Preferences.
And your New Hire sheet looks something like this:
Again, I've added a [Row ID] column as an Auto-Number column.
In the Name column, use this formula:
=IFERROR(INDEX(COLLECT({Offer Sheet Candidate Name}, {Offer Sheet Status}, "Completed", {Offer Sheet Row ID}, [Row ID]@row), 1), "")
This will pull across the names of the candidates who have a "Completed" status.
It may also be possible to accomplish this using a workflow, such as the copy a row or change a cell value when criteria are met options, but it's hard to say without seeing your sheet structure.
Hope this is helpful.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!