Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I created a VBS file that creates a Pivot Table that looks like: Count of ReleaseVer ReleaseVer Total --------------------- N/A 50 5555.5050 28630 3167.1111 2 5300.4444 6000 ------------------------ Grand Total 34682 I'm trying to extract the highest "ReleaseVer" (5555.5050) in this case. But neither max() or maxa() seems to work. Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MAX(IF(ISNUMBER(A2:A5),A2:A5))
ctrl+shift+enter, not just enter "circuit_breaker" wrote: Hi, I created a VBS file that creates a Pivot Table that looks like: Count of ReleaseVer ReleaseVer Total --------------------- N/A 50 5555.5050 28630 3167.1111 2 5300.4444 6000 ------------------------ Grand Total 34682 I'm trying to extract the highest "ReleaseVer" (5555.5050) in this case. But neither max() or maxa() seems to work. Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
maxa function results in value error in worksheet | Excel Worksheet Functions | |||
excel maxa | Excel Discussion (Misc queries) | |||
MAX, MAXA functions | Excel Discussion (Misc queries) | |||
MAX & MAXA returning 0 value | Excel Discussion (Misc queries) | |||
Countif, Maxa or other function? | Excel Worksheet Functions |