View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default WANT AMOUNT IN C6-C100 TO = C3(550)

Try this formula:

=C3 - SUM(C6:C100)

assuming you will put numbers of tickets sold each day in the range C6
to C100.

Hope this helps.

Pete