A1+B(C1)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to add A1 to B?. C1 contains a match formula that returns the row
number. I want to add A1 to B(C1). How do I write this formula?
 
=A1+INDIRECT("B"&C1)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
But make sure the MATCH() really returns the row number, not the relative
row number in the table (if the table does not start at row 1). If the
latter is the case, add the starting row-1

--
Kind regards,

Niek Otten

Microsoft MVP - Excel
 

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

Back
Top