Hi,
Awesome forum!
I am currently working on a sheet for my small business. It is a chart used to look at current and coming expenses. The final version will look something like this (design will be done later):
In row 3 I want the sum of all "costs" within that month to be summed automatically.
Right now I am using =SUMIF with "cost*", and that works, but it only looks in the first column which means I have to use =SUMIF(B:B;"cost*;C3:C9)+SUMIF(B:B;"cost*;D3:D9)+.. until col G, and so on. Then for the next month I continue.
Is there any easier way to do this? I watch some videos on sumproduct, but it does not seem to work with wildcard, and also it is important that January only sums C:G, Feb sums "Cost*" in H:K an so on.
Lastly this will be used by several people, so I would to just teach them that they can insert a new column and add "cost"+something and it will still add up.
Thanks a lot!
Awesome forum!
I am currently working on a sheet for my small business. It is a chart used to look at current and coming expenses. The final version will look something like this (design will be done later):
In row 3 I want the sum of all "costs" within that month to be summed automatically.
Right now I am using =SUMIF with "cost*", and that works, but it only looks in the first column which means I have to use =SUMIF(B:B;"cost*;C3:C9)+SUMIF(B:B;"cost*;D3:D9)+.. until col G, and so on. Then for the next month I continue.
Is there any easier way to do this? I watch some videos on sumproduct, but it does not seem to work with wildcard, and also it is important that January only sums C:G, Feb sums "Cost*" in H:K an so on.
Lastly this will be used by several people, so I would to just teach them that they can insert a new column and add "cost"+something and it will still add up.
Thanks a lot!