View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default Don't use cells that have a 0 value

I have a formula:

=INDEX('Sign-Up Sheet'!B3:B124,MATCH(SMALL('Sign-Up
Sheet'!F3:F124,1),'Sign-Up Sheet'!F3:F124,0))

B3:B124 are names in my list of golfers
F3:F124 are handicaps of the golfers

Rows 72 through 124 are blank in column B because I might have more players.
Column F has the formula =SUM()/2 for each row, which is the handicap and
since there is no data in 72-124 it returns 0.00.

How can I stop the formula from using the cells that have 0.00?

Thanks,
Dave