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
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!