ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how to create a variable column in cell reference (https://www.excelbanter.com/excel-worksheet-functions/13966-how-create-variable-column-cell-reference.html)

Sampson

how to create a variable column in cell reference
 
cell m2 refers to a letter determined by a formula.(for exmple D or F).
cell i10 uses the following formula with a cell reference to another sheet.
I need the column cell reference to change to D if cell m2=D...or
=ROUNDUP(D10*G10/DIRECTIONS!$D$56,0)
I need the column cell reference to change to F if cell m2=F...or
=ROUNDUP(D10*G10/DIRECTIONS!$F$56,0)
How do i write the formula so that the column cell reference equals the
letter in cell m2?

[email protected]

Try =ROUNDUP(D10*G10/Indirect("DIRECTIONS!$"&m2&"$56"),0)
Ilan
Sampson wrote:
cell m2 refers to a letter determined by a formula.(for exmple D or

F).
cell i10 uses the following formula with a cell reference to another

sheet.
I need the column cell reference to change to D if cell m2=D...or
=ROUNDUP(D10*G10/DIRECTIONS!$D$56,0)
I need the column cell reference to change to F if cell m2=F...or
=ROUNDUP(D10*G10/DIRECTIONS!$F$56,0)
How do i write the formula so that the column cell reference equals

the
letter in cell m2?



Sampson



" wrote:

Try =ROUNDUP(D10*G10/Indirect("DIRECTIONS!$"&m2&"$56"),0)
Ilan
Sampson wrote:
cell m2 refers to a letter determined by a formula.(for exmple D or

F).
cell i10 uses the following formula with a cell reference to another

sheet.
I need the column cell reference to change to D if cell m2=D...or
=ROUNDUP(D10*G10/DIRECTIONS!$D$56,0)
I need the column cell reference to change to F if cell m2=F...or
=ROUNDUP(D10*G10/DIRECTIONS!$F$56,0)
How do i write the formula so that the column cell reference equals

the
letter in cell m2?




Sampson

Outstanding!! Thanks a lot!

" wrote:

Try =ROUNDUP(D10*G10/Indirect("DIRECTIONS!$"&m2&"$56"),0)
Ilan
Sampson wrote:
cell m2 refers to a letter determined by a formula.(for exmple D or

F).
cell i10 uses the following formula with a cell reference to another

sheet.
I need the column cell reference to change to D if cell m2=D...or
=ROUNDUP(D10*G10/DIRECTIONS!$D$56,0)
I need the column cell reference to change to F if cell m2=F...or
=ROUNDUP(D10*G10/DIRECTIONS!$F$56,0)
How do i write the formula so that the column cell reference equals

the
letter in cell m2?





All times are GMT +1. The time now is 07:02 PM.

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