L
lost
If I use the following spread sheet as an example
a b c
1 23 2 34
2 22 23 75
3 3 45 32
I am trying to find the value of rows 1 and 2 but only for the column where
c row 3 is the highest.
I.e. in this example as 3b is the highest how I can show the values of b1
and b2
How ever it is important to remember that all the 9 values in this spread
sheet are dynamic.
Finding the max number in row 3 is easy =Max(a3:c3)
Thanks
a b c
1 23 2 34
2 22 23 75
3 3 45 32
I am trying to find the value of rows 1 and 2 but only for the column where
c row 3 is the highest.
I.e. in this example as 3b is the highest how I can show the values of b1
and b2
How ever it is important to remember that all the 9 values in this spread
sheet are dynamic.
Finding the max number in row 3 is easy =Max(a3:c3)
Thanks