sumif where word found within string

Soren

New Member
Joined
Apr 25, 2006
Messages
39
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Is it possible to construct a simple formula, along the lines of "sumif".
The data range has descriptions in column A, and sales figures by month in columns b through Z.
What I need is a summary total by month of all the lines, where a known sting is found within the description in column A. There are multiple known strings that this needs to cater for.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Can you post a sample dataset of what you are looking to do? Will make it easier for people to help :)
 
Upvote 0
Found the solution as :

=SUMIF([description_range],"*"&[variable string to find]&"*",[sum_range])

thanks for assistance :)
 
Upvote 0

Forum statistics

Threads
1,224,531
Messages
6,179,379
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top