VLookup in 2 different sheets based on a property code
Hi,
I am running a Vlookup on one sheet from 2 different reference sheets depending on the property code. If the data is missing in those sheets it should return a NO. I have done this formula but I am still getting an #unparseable error...
=IF(ISERROR(VLOOKUP([Position ID - DO NOT LEAVE BLANK]@row, {IF(Property@row="SDI", {FS SDI - Labour Manning List 2024 Bu Range 1}, IF(Property@row="SEY", {SEY Manning Budget 2024 Range 1}, ""))}, 8, false)), "NO", VLOOKUP([Position ID - DO NOT LEAVE BLANK]@row, {IF(Property@row="SDI", {FS SDI- Labour Manning List 2024 Bu Range 1}, IF(Property@row="SEY",{SEY Manning Budget 2024 Range 1}, ""))}, 8, false))
Answers
-
Lets start with removing the {curly brackets} from around each IF statement. Those are only used to indicate a {Cross Sheet Reference}.
-
Thanks so much @Paul Newcome !! It works now. What a great feeling when you press enter and the formula works 😂
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!