G
Guest
Frank
Thank you for your help! Your formula works great as I explained the layout of the spreadsheet. However, I jsut found out that the years are listed across the spreadsheet and for the life of me I can't get the formula to convert to column versus rows. The data lists the associate's name in column A and in B,C,D there could be other information and then in the columns to the right of that area is where the last 10 salary years are listed...1995 to 2004. Then of course, the row reference would have to change for each associate. Does this make since at all. If not I could forward an excel spreadsheet. Thanks!!
----- Frank Kabel wrote: ----
H
if your valuea are within the range A1:Ax (without any blanks an
starting in row 1) try the following array formula (entered wit
CTRL+SHIFT+ENTER)
=MAX(SUMIF(OFFSET($A$1,ROW(INDIRECT("1:"
COUNTA(A:A)-4))-1,0,5),">0")
-
Regard
Frank Kabe
Frankfurt, German
Kay wrote
Thank you for your help! Your formula works great as I explained the layout of the spreadsheet. However, I jsut found out that the years are listed across the spreadsheet and for the life of me I can't get the formula to convert to column versus rows. The data lists the associate's name in column A and in B,C,D there could be other information and then in the columns to the right of that area is where the last 10 salary years are listed...1995 to 2004. Then of course, the row reference would have to change for each associate. Does this make since at all. If not I could forward an excel spreadsheet. Thanks!!
----- Frank Kabel wrote: ----
H
if your valuea are within the range A1:Ax (without any blanks an
starting in row 1) try the following array formula (entered wit
CTRL+SHIFT+ENTER)
=MAX(SUMIF(OFFSET($A$1,ROW(INDIRECT("1:"
COUNTA(A:A)-4))-1,0,5),">0")
-
Regard
Frank Kabe
Frankfurt, German
Kay wrote