G GaryW Sep 16, 2004 #1 I would like to write a formula in a cell that takes the greater value of 3 other cells and multiplies it by a number.
I would like to write a formula in a cell that takes the greater value of 3 other cells and multiplies it by a number.
G Guest Sep 16, 2004 #3 -----Original Message----- One way: =MAX(A1:C1)*2 . Thanks a million!!! Click to expand... Gary