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
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives