Vlookup cross sheet help
Nancy Skoulphong
✭✭✭✭
Greetings! I am struggling with a vlookup formula.
I want to auto-populate data the IPC Name and IPC Email from sheet 2 based on the campus entered in sheet 1.
I have tried variations and keep getting invalid data type. Help
=VLOOKUP([Campus]@row, {Sheet2 3}, {Sheet2 2}, false)
Comments
-
The basic formula is =VLOOKUP(search_value,lookup_table,column_num,[match_type]
Here's the formula you need:
=IFERROR(VLOOKUP(Campus@row, {Sheet 2 Range 1}, 2, false), "No Match")
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 438 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives