View Single Post
  #2   Report Post  
 
Posts: n/a
Default

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?