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?
 
Can't tell from your OP what national version you're using.
Thanks for the feed-back.
 
Back
Top