Conditional cell linking?
Is cell linking based on conditions possible? I can't think of any other way to get the data pulled to another sheet that I need. I need a specific value pulled from one sheet to another if 2 conditions are met.
I assumed and IF/AND statement would just pull the value I need, but I get an error. I'm drawing a blank on how else to get that info over to my sheet. Vlookup is not an option as the first column of the source data is not viable as one of the lookups.
=IF(AND({Period} = [Jan 2021]1, {Prop Name} = Area3), {SS Tests}, 0)
Essentially if period = X and Prop Name = Z return the value in SS Test column. Note that there will only ever be one row that meets the criteria. New rows are added monthly so the source sheet and I need this specific cell data copied to another sheet.
Best Answer
-
Try...
=INDEX(COLLECT({SS Tests}, {Period}, @cell = [Jan 2021]1, {Prop Name}, @cell = Area3), 1)
Answers
-
Try...
=INDEX(COLLECT({SS Tests}, {Period}, @cell = [Jan 2021]1, {Prop Name}, @cell = Area3), 1)
-
That is what I needed. Thank you! I've not used index much and always forget about it. I really appreciate the quick response!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!