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
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives