If cell equals this, then insert cell
Hello,
I am looking to auto populate a cell with some information pulled from another sheet.
So if Site Name equals 'Bury', Contract ID should populate with '0004' from other sheet.
I'm struggling to find the correct formula in order to do this, if somebody would be kind enough to help please.
Best Answer
-
Hey @lmaccabee
Since you are only looking at one criteria, an Index/Match should work for you.
Because this is a cross sheet reference (different source sheet) you will need to physically insert the references through the formula INSERT REFERENCE link. You cannot simply copy paste.
=INDEX({your source sheet Contract ID column}, MATCH([Site Name]@row, {your source sheet Site Name column},0))
Does this work for you
Kelly
Answers
-
Hey @lmaccabee
Since you are only looking at one criteria, an Index/Match should work for you.
Because this is a cross sheet reference (different source sheet) you will need to physically insert the references through the formula INSERT REFERENCE link. You cannot simply copy paste.
=INDEX({your source sheet Contract ID column}, MATCH([Site Name]@row, {your source sheet Site Name column},0))
Does this work for you
Kelly
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!