View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default not calculating zero

Try..Change the range accordingly

=SMALL(E8:G9,COUNTIF(E8:G9,0)+1)

If this post helps click Yes
---------------
Jacob Skaria


"Excel Wizard.... NOT!" wrote:

I'm working on a 1600 line speadsheet, and I need to calculate the low price
in 6 of the columns. Then I need to take the low number of those 6 columns
and multiply that low bid by another column.

For one, how would that formula look, and for two, and my biggest problem,
is how do I make it not calculate several of the cells in the 6 columns that
are zero? I need it to ignore all the zero cells in the 6 columns.

Thanks for your help!