Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

Use criteria for values in range for small function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
like2hike - 21 Mar 2006 16:51 GMT
I have a range (a1:a5) with values such as:

0, 5, 25, 0, 3

I want to pick the smallest value other than zero because I will use that
number to divide by and do not want the #DIV/0! error. However, the initial
state of the spreadsheet will have a range of:

0,0,0,0,0,0

How can I have the spreadsheet display some text until data is entered into
the spreadsheet?
Duke Carey - 21 Mar 2006 17:09 GMT
For the min value that is not zero, use the array formula

=MIN(IF(A1:A5>0,A1:A5))

To enter an array formula, commit it with Shift-Ctrl-Enter

> I have a range (a1:a5) with values such as:
>
[quoted text clipped - 8 lines]
> How can I have the spreadsheet display some text until data is entered into
> the spreadsheet?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.