Insert *data* from a cell in SUMIFS formula

Pavel Dobrenkov

New Member
Joined
Nov 11, 2018
Messages
3
Dear friends,

I need to use formula =SUMIFS() and sum the results from two columns from one table matching with other two columns in another table.

=SUMIFS('Active link'!$G:$G;'Active link'!$A:$A;$A4;'Active link'!$D:$D;"*crushed stone*")

But if for the first column it should match the whole word (no issue), for the second column i need a partial matching by using *text*.

Is it possible to enter instead of text the data from the cell, so it will be automatically changed for all the rows?
[TABLE="width: 551"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Area[/TD]
[TD]Type of work[/TD]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Gutters[/TD]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]crushed stone[/TD]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]crush barriers[/TD]
[/TR]
[TR]
[TD]Refrigerant[/TD]
[TD]Gutters[/TD]
[/TR]
[TR]
[TD]Refrigerant[/TD]
[TD]crushed stone[/TD]
[/TR]
[TR]
[TD]Refrigerant[/TD]
[TD]crush barriers[/TD]
[/TR]
</tbody>[/TABLE]


[TABLE="width: 834"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD]UTILITIES. FGL[/TD]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Excavation /
Разработка грунта[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Backfilling, leveling, compaction for slopes formation /
Обратная засыпка, планировка и уплотнение грунта[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Geogrid installation /
Устройство геогрида [/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Install crushed stone 40-70 /
Устройство щебня 40-70[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Install crushed stone 20-40 /
Устройство щебня 20-40[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Geotextile laying /
Устройство геотекстиля [/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Biomat installation /
Устройство биоматов[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Utilities[/TD]
[TD]Tiles installation /
Укладка тротуарной плитки [/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Dear Friends,

I have found a solution myself not long ago, you just need to change the formula

=SUMIFS('Active link'!$G:$G;'Active link'!$A:$A;$A4;'Active link'!$D:$D;"*crushed stone*")

simply to: and everything works perfectly
=SUMIFS('Active link'!$G:$G;'Active link'!$A:$A;$A4;'Active link'!$D:$D;"*"&B4&"*")

and everything works perfectly :)

Happy Merry Christmas to everybody!!!
 
Upvote 0
Unfortunately, i didn't find how to edit my post to make it more clear afterheads, if you want to understand this case to do the same in the future i will be glad to help you.
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,771
Members
452,353
Latest member
strainu

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