Best Formula to Use
Any recommendations on the best formula to use to bring back a value from another sheet based on 2 criteria? IF/AND , VLOOKUP?? My example is I want 72.1 value from percentage column based on cell name being CNC and Week being 4 from sheet "Week4input" into the week 4 "unparsable" field in the Week 4 sheet?
Best Answer
-
Ah my bad. Just stick a 4 in there instead of using the reference and it should get you there.
Answers
-
=index(collect({Percentage},{Cell Name},[Cell Name]@row,{Week},week@row),1)
Give that a try
-
=INDEX(COLLECT({Percent}, {Cell Name}, [Cell Name]@row, {Week},week@row),1) #unparsable
Hi L@123 , it all works except for anchoring the week@row where are you pulling that value from? My cell name@row is a single record on the row but my week is not?
-
Ah my bad. Just stick a 4 in there instead of using the reference and it should get you there.
-
Awesome! Functioning as planned!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!