ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   simple question (https://www.excelbanter.com/excel-programming/427339-simple-question.html)

Darius

simple question
 
In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?


Susan

simple question
 
try in cell M2

="J" & F8

now it will put the value of F8 in cell M2, with the prefix of "J" in
front of it.
hope that helps!
:)
susan


On Apr 22, 12:57*pm, Darius wrote:
In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?



Gary''s Student

simple question
 
use INDIRECT()

=INDIRECT("J" & F8)
--
Gary''s Student - gsnu200848


"Darius" wrote:

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?


Eduardo

simple question
 
Hi,

In cell M2 enter

=INDIRECT("L"&F8)

If this helped click yes thanks

"Darius" wrote:

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?


Eduardo

simple question
 
Opps
enter J instead of L

"Eduardo" wrote:

Hi,

In cell M2 enter

=INDIRECT("L"&F8)

If this helped click yes thanks

"Darius" wrote:

In a cell F8 I have a number as for example: 3115
now in Cell M2 I want to say :
=J3115
Problem is this 3115 number may change, so how M2 value change the J row
number based on the new value?



All times are GMT +1. The time now is 12:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com