OFFSET equation not working

R

Raz

Thanks all for helping me.

I believe OFFSET is used to find the number on the next column.
I tried this but cant get it to work. =OFFSET(AA9,N7:N106,1,0,0)

I have a number(600) in cell AA9, and that number is somewhere in the column
M. I need to get the number right beside it in the (next) column N. thats it.
(the OFFSET eqn should give me 666, but its giving me #REF)

M N
100 111
200 222
300 333
400 444
500 555
600 666
700 777
800 888
900 999
 
T

T. Valko

There are *many* ways to do this. Here's one way assuming you're looking for
an exact match:

=SUMIF(M2:M10,AA9,N2:N10)
 

Ask a Question

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.

Ask a Question

Top