IF Lookup to Fill Cell With Data from Another Sheet
I'm trying come up with a formula that will look at a cell A in sheet A, reference cell A in sheet B and if they match copy data from cell B on sheet B to cell B on sheet A. I've the formula below in excel to copy of tab to tab and this didn't work with Smarsheet.
=IF([Inventory Number]@row>0,lookup(2,1/{Computer Inventory Range 1},{Computer Inventory Range 2}))
Answers
-
Try this...
=INDEX({Sheet B Column B}, MATCH([Column A]@row, {Sheet B Column A}, 0)
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!