$$Excel-Macros$$ Re: minimum numeric positive value

2011-07-27 Thread Ayush
Hi Sunder,
 
If you have the data in the range of G18 to G23 , then you can use below 
formula.
 
{=MIN(IF(G18:G230,G18:G23,MAX(G18:G23)))}
This is array formula, So you need to press SHIFT+CTRL+ENTER after writing 
it.
 
I hope it helps. Feel free to let me know if any further help is required.
 
Regards
Ayush Jain
Group manager
 

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ Re: minimum numeric positive value

2011-07-27 Thread XLS S
for Min minus value =MIN(IF($A$1:$A$100,A1:A10,)) then press
SHIFT+CTRL+ENTER

for max positive value =MAX(IF($A$1:$A$100,A1:A10,))
then press SHIFT+CTRL+ENTER

On Wed, Jul 27, 2011 at 6:49 PM, Ayush jainayus...@gmail.com wrote:

 Hi Sunder,

 If you have the data in the range of G18 to G23 , then you can use below
 formula.

 {=MIN(IF(G18:G230,G18:G23,MAX(G18:G23)))}
 This is array formula, So you need to press SHIFT+CTRL+ENTER after writing
 it.

 I hope it helps. Feel free to let me know if any further help is required.

 Regards
 Ayush Jain
 Group manager

 --

 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

 To post to this group, send email to excel-macros@googlegroups.com

 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel




-- 
.

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


RE: $$Excel-Macros$$ Re: minimum numeric positive value

2011-07-27 Thread Rajan_Verma
See the attached File

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Ayush
Sent: Wednesday, July 27, 2011 6:50 PM
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Re: minimum numeric positive value

 

Hi Sunder,

 

If you have the data in the range of G18 to G23 , then you can use below
formula.

 

{=MIN(IF(G18:G230,G18:G23,MAX(G18:G23)))}

This is array formula, So you need to press SHIFT+CTRL+ENTER after writing
it.

 

I hope it helps. Feel free to let me know if any further help is required.

 

Regards

Ayush Jain

Group manager

-- 

--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

To post to this group, send email to excel-macros@googlegroups.com
 

Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


MinMax.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet