A
Alec Kolundzic
Can anyone help;
I'm trying to find the highest number in a column, then
copy that number and the data in the cells of the next
two rows into three adjacent cells.
=ADDRESS(MATCH(MAX(F:F),F:F,0),COLUMN(F1),4)
The above function gives the address of the highest
number in column F. but when I combine the above function
with the OFFSET function, as shown below, I get errors.
Any ideas
=OFFSET((ADDRESS(MATCH(MAX(F:F),F:F,0),COLUMN
(F1),4)),0,1,1,1)
I'm trying to find the highest number in a column, then
copy that number and the data in the cells of the next
two rows into three adjacent cells.
=ADDRESS(MATCH(MAX(F:F),F:F,0),COLUMN(F1),4)
The above function gives the address of the highest
number in column F. but when I combine the above function
with the OFFSET function, as shown below, I get errors.
Any ideas
=OFFSET((ADDRESS(MATCH(MAX(F:F),F:F,0),COLUMN
(F1),4)),0,1,1,1)