ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel Maxif (https://www.excelbanter.com/excel-worksheet-functions/11833-excel-maxif.html)

Tom Hollies via OfficeKB.com

Excel Maxif
 
Hi,

Hi,
I wonder if anyone can help, I have 2 columns say C2:C40 and D2:D40 and I
need to add a function to say D50 that will return the Max for both columns
provided the number is 3 in column C and 25 in column D.
Any Ideas regards Tom

--
Message posted via http://www.officekb.com

JE McGimpsey

one way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):

=MAX(IF(C2:C403,C2:C40),IF(D2:D4025,D2:D40))


In article ,
"Tom Hollies via OfficeKB.com" wrote:

I wonder if anyone can help, I have 2 columns say C2:C40 and D2:D40 and I
need to add a function to say D50 that will return the Max for both columns
provided the number is 3 in column C and 25 in column D.


Ken Wright

Do you mean the number has to be in both columns, or that whichever column
it is found in it adheres to the rules for that column alone. What do you
want returned if there is no value that meets the criteria.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Tom Hollies via OfficeKB.com" wrote in message
...
Hi,

Hi,
I wonder if anyone can help, I have 2 columns say C2:C40 and D2:D40 and I
need to add a function to say D50 that will return the Max for both

columns
provided the number is 3 in column C and 25 in column D.
Any Ideas regards Tom

--
Message posted via http://www.officekb.com




Aladin Akyurek

Are you sure about the criteria you state and the range for which a
conditional max must be calculated? As is, they sound unusual...

Tom Hollies via OfficeKB.com wrote:
Hi,

Hi,
I wonder if anyone can help, I have 2 columns say C2:C40 and D2:D40 and I
need to add a function to say D50 that will return the Max for both columns
provided the number is 3 in column C and 25 in column D.
Any Ideas regards Tom


Don Guillett

try this as an array formula which means you must enter with
ctrl+shift+enter

=MAX(MAX(IF(A2:A223,A2:A22)),MAX(IF(B2:B2225,B2: B22)))

--
Don Guillett
SalesAid Software

"Tom Hollies via OfficeKB.com" wrote in message
...
Hi,

Hi,
I wonder if anyone can help, I have 2 columns say C2:C40 and D2:D40 and I
need to add a function to say D50 that will return the Max for both

columns
provided the number is 3 in column C and 25 in column D.
Any Ideas regards Tom

--
Message posted via
http://www.officekb.com



Don Guillett

I like JE's better

--
Don Guillett
SalesAid Software

"Don Guillett" wrote in message
...
try this as an array formula which means you must enter with
ctrl+shift+enter

=MAX(MAX(IF(A2:A223,A2:A22)),MAX(IF(B2:B2225,B2: B22)))

--
Don Guillett
SalesAid Software

"Tom Hollies via OfficeKB.com" wrote in message
...
Hi,

Hi,
I wonder if anyone can help, I have 2 columns say C2:C40 and D2:D40 and

I
need to add a function to say D50 that will return the Max for both

columns
provided the number is 3 in column C and 25 in column D.
Any Ideas regards Tom

--
Message posted via
http://www.officekb.com





Tom Hollies via OfficeKB.com

Thamks a lot, it worked a treat. I can't say I fully understand why but
that's not unusual for me, thanks again. Tom

--
Message posted via http://www.officekb.com


All times are GMT +1. The time now is 05:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com