Thank you Mark,
this does work and is just what I needed to complete the sreadsheet.
Thank you so much!
Tina
Mark wrote:
> I may have a workaround if you are willing to change the titles of the
> months to their numerical values. IE Jan=1, Jul=7, etc...
>
> This formula will work assuming your data resides in cells(A1:L2)
>
> =SUMIF(A1:L1,"<="&MONTH(NOW()),A2:L2))
>
> This of course will only update when the current month changes, but it
> sounded like that was all you wanted anyway.
>
> Hope that works 4 ya......
|