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 th
for Min minus value =MIN(IF($A$1:$A$10<0,A1:A10,"")) then press
SHIFT+CTRL+ENTER
for max positive value =MAX(IF($A$1:$A$10>0,A1:A10,""))
then press SHIFT+CTRL+ENTER
On Wed, Jul 27, 2011 at 6:49 PM, Ayush wrote:
> Hi Sunder,
>
> If you have the data in the range of G18 to G23 , then you can use