Thread: [Solved] sum across columns until "0"
View Single Post
 
Old 02-11-2012, 04:46 PM
sunnyside sunnyside is offline Windows Vista Office 2007
Novice
 
Join Date: Feb 2012
Posts: 9
sunnyside is on a distinguished road
Default

Hi Pecoflyer,
I modified what you gave me slightly and it worked perfectly except I need this formula to work "left to right"...going from Column "U" towards Column "A" so it SUMS cells going from U2 towards A2 (in this example) until a cell containing value "0" is found.
Can you adjust the formula below to do this? Thank you again.
=SUM(OFFSET(A2,,,,MATCH(0,A2:U2,0)))
Reply With Quote