Excel Query

P

PD

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.
 
N

Norman Jones

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top