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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives