Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, posted in the wrong area. Have reposted in Worksheet Functions.
-- Jim T "Jim Tibbetts" wrote: Hello all, The formula: =ADDRESS(2,MATCH(MAX(B2:AY2),A2:AY2,0),4) returns the cell address (G2) of the largest number in B2:AY2 correctly. The formula: =OFFSET(G2,-1,0) returns the name of the team in G1 that has that highest total. So why, when I replace the "G2" in the OFFSET formula with the ADDRESS formula: =OFFSET(ADDRESS(2,MATCH(MAX(B2:AY2),A2:AY2,0),4),-1,0) do I get an error message? Thanks for any ideas. -- Jim T |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What's causing error message? | Excel Worksheet Functions | |||
cells without values causing error message | Excel Discussion (Misc queries) | |||
Formula Causing a Save Error Message | Excel Worksheet Functions | |||
Message box causing error in code | Excel Programming | |||
Message box causing error in code | Excel Programming |