View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] kingart69@gmail.com is offline
external usenet poster
 
Posts: 3
Default Help! Minimum Excluding zeros across multiple sheets

Hello all - I want a minimum value EXCLUDING Zeros. This formula:

=SMALL(A1:A10,1+COUNTIF(A1:A10,0))

Would work great if I was working with one worksheet - alas, I am
not. Maybe I'm just messing up syntax, but I simply cannot tweak it
to work across sheets.

Just for refererence - My max formula of course works fine: =MAX
('1:14'!L35)

I have 14 Sheets, each simply numbered, and the cell I want is L35 on
each. how can I get the minimum excluding zeros?

thanks all in advance for your help.