select cell based on a number in another cell

  • Thread starter Thread starter jon.berg
  • Start date Start date
J

jon.berg

This is what I want to do


I have a cell A1 with the number 40
In another cell I want to use the number 40 to select a cell, something
like: =B40+234
Where 40 in B40 is the number typed in A1.

how do i do this please?
 
Try this:

=INDEX(B:B,A1)+234

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

This is what I want to do


I have a cell A1 with the number 40
In another cell I want to use the number 40 to select a cell, something
like: =B40+234
Where 40 in B40 is the number typed in A1.

how do i do this please?
 
Thanks, it works great, but I had to do it like this:
=INDEX(B:B;A1)+234
 
Can't tell from your OP what national version you're using.
Thanks for the feed-back.
 

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

Similar Threads


Back
Top