IF(INDEX(MATCH Function - For Resource Tracking
Hello,
I have an Procurement Engagement Form (PEF) and a Resource Tracker. I'm trying to pull the Contract End Date into the Resource Tracker using the Function below.
Its working perfectly in Excel, although unfortunately I'm struggling to get it to work in Smartsheet.
=IF({Procurement Engagement Form Range 3} = "Complete", INDEX({Procurement Engagement Form Range 2}, MATCH([Resource Name]24, {Procurement Engagement Form Range 1}, 0)), "N/A")
Thanks for your help,
David
Best Answers
-
Ok. The problem is most likely stemming from the logical statement portion of your IF formula. You are basically stating that if the entire range equals "Complete". If you are trying to narrow it down to a specific cell, you would need to adjust this portion.
Can you explain your process in more detail?
-
Happy to help! 👍️
Answers
-
What is in the ranges of each of your cross sheet references?
-
Hi Paul,
Please find updated below.
PEF = Procurement Engagement Form Sheet
RT= Resource Tracker Sheet
=IF(PEF_Status Column - Drop down = "Complete", INDEX(PEF_End Date Column - Date restricted, MATCH(RT_ Resource Name, PEF_Resource Name Column - freetext, 0)), "N/A")
-
Ok. The problem is most likely stemming from the logical statement portion of your IF formula. You are basically stating that if the entire range equals "Complete". If you are trying to narrow it down to a specific cell, you would need to adjust this portion.
Can you explain your process in more detail?
-
Hi Paul,
Perfect :) I can't believe I didn't spot that.
Thanks for your help,
David
-
Happy to help! 👍️
-
@davidmartin95826 Please don't forget to mark the most appropriate answer as "helpful" so that other know a solution has been found.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!