View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mouse Mouse is offline
external usenet poster
 
Posts: 6
Default Calculating a sum with running total and replacement

Does anyone know how to add e.g B2 to C2 = D2 with the result of D2 replacing
B2 after result is shown in D2. B2 (0) + C2 (3) = D2 (3) turns to B2 (3) +
C2 (Blank) = 3 and so on.