Forum Discussion
jiwanjot
Sep 11, 2020Copper Contributor
Index and match
Hi, i am trying to write an index formula for the following two tables. I want to write an array formula that returns 13 26 39 52 65 by matching 311.585 number from the following two ta...
- Sep 12, 2020
Better to have sample file instead of screenshot, but for such model
formula could be
=OFFSET(INDEX(F:F,MATCH($K5,F:F,0)),COUNTIF($K$5:$K5,$K5),-2,1,6)
jiwanjot
Sep 12, 2020Copper Contributor
This works exactly how i wanted. Thank you so much.
SergeiBaklan
Sep 13, 2020Diamond Contributor
jiwanjot , you are welcome