Hey all, hoping someone can help me out.
I have a table, where in column A I have different departments (middle market, retail, etc.), each broken out by either "Operational xx" / "Stable xx", or "Non-operational xx" / "Non-Stable xx"
In columns E-P, I have a cash schedule broken out by months, ie. Month 1, Month 2, etc.
I have a formula that can Sum column E based upon whether column A says Operational or Stable. My problem is that I want to Sum columns E:P. Is this possible? I can't seem to figure it out. Here is the formula I am currently using:
{=SUM(SUMIF($A$4:$A$35,{"Operational*","Stable*"},$D$4:$D$35))}
I am only using the asterisks after the word, so it doesn't pick up the "Non" segments.
I have a table, where in column A I have different departments (middle market, retail, etc.), each broken out by either "Operational xx" / "Stable xx", or "Non-operational xx" / "Non-Stable xx"
In columns E-P, I have a cash schedule broken out by months, ie. Month 1, Month 2, etc.
I have a formula that can Sum column E based upon whether column A says Operational or Stable. My problem is that I want to Sum columns E:P. Is this possible? I can't seem to figure it out. Here is the formula I am currently using:
{=SUM(SUMIF($A$4:$A$35,{"Operational*","Stable*"},$D$4:$D$35))}
I am only using the asterisks after the word, so it doesn't pick up the "Non" segments.