View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Formula Help - Can't get excel to calculate properly

=AVERAGE(IF(A1:A5=5,"",A1:A5))

NOTE: thei si an array formula that must be entered with CNTRL-SHFT-ENTER
rather than just the ENTER key.
--
Gary''s Student - gsnu201001


"it''''''''sh hardy" wrote:

So i have a formula that I need help with - big surprise lol!

Let's say I have the following info:

10
5
5
50
400

I need to get the average per sale from the 400 coming from the 50 total
sales - but need the two 5 sales out, although they need to remain in the
tracker! I'm sure it's possible, but if I can get some assistance that would
be fantastic!

Thanks