Do you have the tags (X and Y) there already? You could just use SUMIF if that is the case.
Youâll have to read my description above again.
A,B&C are physical factors and X&Y are environmental factors. But that doesnât really matter.
I just want to know that fastest way to compute the third column.
=SUM(E6:E8)+SUM(E17:E19)+SUM(E25:E27)
=SUM(E10:E12)+SUM(E14:E15)+SUM(E21:E23)
The sheet is pretty big you see.
Thanks, Iâll have a look at that.
Itâs these little step ups I havenât used before. Iâm not familiar with SUMIF.
https://www.extendoffice.com/documents/excel/4970-excel-sum-by-group.html
This is what you want
Anymore help and youâll be getting an invoice
But itâs SaturdayâŚ
And you are trying to find the total of the xs and ys and are they literally all the same number/word? So they are all either x or y or can they vary
Canât say I fully understand what youâre trying to do but would a SUMIFS + SUMIFS or a SUM(SUMIFS, {X, Y} be what youâre looking for?
No, they will never vary.
If the numbers are in column C, and X/Ys in column E, then =SUMIF(E:E,âXâ,C:C), and then the equivalent formula for Y in another cell.
Yeah. I think we all assumed it was a more complicated problem.
Is the answer not in the last link i provided? Similar to what Jahan said
I took a quick look there and I think SUMIF is the answer alright. I just need to work it out.
Groups is probably another complicated step up.
Iâll give it a go some wet dark day. Thanks everybody for the help. I need to cut the hedges and grass now.
Thatâs complicated enough for me.
Is the answer not in the last link i provided? Similar to what Jahan said
Yea, I think SUMIF is the answer, thanksâŚ
Like booking a Ryanair flight
Like booking a Ryanair flight
You actually hit the nail on the head there.
Imagine A,B&C are airlines and X&Y are airports. And the integer is lost bags.
So initially I was trying to find out which airline was loosing most bags. But then I wanted to cross check that data with the airports and see if there was any correlation.
Yeah. I think we all assumed it was a more complicated problem.
I think we were all guilty of overestimating @habanerocat here.
He could have just copied the data into a new tab and sorted the table and split it in two it would seem.
I think I mentioned that I didnât want to mix up the existing data.
I think I mentioned that I didnât want to mix up the existing data.
You can have the data twice surely, leave what you have alone. Anyway if you can do it Sum if is the neat solution.