G
Guest
How do I get "=MATCH(C2,ADDRESS(B17+4,1,4,1):ADDRESS(B17+4,10,4,1))" to work?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
work?I would use an OFFSET formula.
If I read your formula correctly, the lookup-range is $A$x:$J$x where the row
number, 'x', is contained in B17:
=MATCH(C2,OFFSET($A$1,B17+3,0,10,1))
JE McGimpsey said:one way:
=MATCH(C2,INDIRECT(ADDRESS(B17+4,1,4,1) & ":"
&ADDRESS(B17+4,10,4,1)))
Although it would be much more efficient to use:
=MATCH(C2,OFFSET($A$1,B17+3,0,1,10))
work?John777 said:How do I get "=MATCH(C2,ADDRESS(B17+4,1,4,1):ADDRESS(B17+4,10,4,1))" to
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.