View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Curtis Curtis is offline
external usenet poster
 
Posts: 181
Default Need help with a formula with zero

If I had column A with numbers; like if A1=15; A2=10; A3=12; A4=5; A5=8;
A6=10; A7=10 when I sum all this together it total to B1=70. Question is if
A6=0 and rest are the same then b1=10, what I trying to do is if there any
zero then it only add after zero not before. If A5=0 then A6 and A7 adds to
20, any help on this?