#1   Report Post  
Posted to microsoft.public.excel.programming
PD PD is offline
external usenet poster
 
Posts: 18
Default Excel Query

I need assistance with a simple excel formula, with which i have been
struggling.

the file I am working a has column that has data from another sheet(using
vlookup).

I have to use this data again to find the lowest score is. I use Mi() to
find the lowest score. However, as the cell contains a formula, the min
calculates any empty lookup as a 0, thereby, automatically using this as the
lowest entry.

Could we arrange a formula that ignores any entries that are 0 in a range of
cell.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 421
Default Excel Query

Hi PD,

Try a formula of the type:

=MIN(IF(E6:E11<0,E6:E11))

This is an array formula which should be
confirmed with Shift-Ctrl-Enter instead of Enter.


---
Regards.
Norman
"PD" wrote in message
...
I need assistance with a simple excel formula, with which i have been
struggling.

the file I am working a has column that has data from another sheet(using
vlookup).

I have to use this data again to find the lowest score is. I use Mi() to
find the lowest score. However, as the cell contains a formula, the min
calculates any empty lookup as a 0, thereby, automatically using this as
the
lowest entry.

Could we arrange a formula that ignores any entries that are 0 in a range
of
cell.


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 / MS Query - editing existing query to another sheet Hotpepperz Excel Discussion (Misc queries) 0 June 13th 08 06:53 PM
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? jocke Excel Discussion (Misc queries) 1 November 29th 05 01:44 PM
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? jocke Excel Discussion (Misc queries) 0 November 28th 05 06:37 PM
Edit Query from Excel will not open query in MSQuery Michelle Excel Programming 0 February 21st 05 03:59 PM
How to use a Access Query that as a parameter into Excel database query Karen Middleton Excel Discussion (Misc queries) 1 December 13th 04 07:54 PM


All times are GMT +1. The time now is 08:46 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"