Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Extremely Aggravated
 
Posts: n/a
Default Using min and max function XL2002

I need to find the min and max of four values (c38;c39;g38;g39) that is
greater than zero, but not matter what function I use I either get an answer
of zero or and error. Can anyone help me?
  #2   Report Post  
Domenic
 
Posts: n/a
Default

For the maximum...

=MAX(C38,C39,G38,G39)

or

=MAX(C38:C39,G38:G39)

For the maximum, greater than zero...

=MAX(IF(N(INDIRECT({"C38","C39","G38","G39"}))0,N (INDIRECT({"C38","C39",
"G38","G39"}))))

....confirmed with CONTROL+SHIFT+ENTER, not just ENTER. For the minimum,
change MAX to MIN.

Hope this helps!

In article ,
"Extremely Aggravated" <Extremely
wrote:

I need to find the min and max of four values (c38;c39;g38;g39) that is
greater than zero, but not matter what function I use I either get an answer
of zero or and error. Can anyone help me?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"