JerryBoBerry said:
Very easily done using the same formula with just a minor modification
thanks. I appreciate the help.
But I think that just shows me a total spent on private, tips, etc.
I was thinking more
FakenameA (Tip) 1234
FakenameB (Tip) 203
FakenameB (private) 3600
FakenameC (Group) 250
I figured it out.
If I combine the column with the model name and the tip type I can then use your method to get the results the way I want them.
In an empty column, (I used G). Type Model - Type for a header.
create a formula in G2. =C2&" - "&B2
(where C2 is the model name and B2 is the type of tip)
click the check box.
in the lower right hand corner of that cell, click and drag the length of the column.
This will populate "model - type" for every row.
We cant remove duplicates on this column since they are formula. so we copy the column and paste it as 'values' into column H
Next do the remove duplicates as in the original instruction.
Now change your forumula to point at the new column, column G, instead of C.
=SUMIF($G$2:$G$1797,H2,$D$2:$D$1797)
I dont know if this will make sense to anyone else. But I wanted to post how I took what Jerry did and made it do what I'd like.
thank you so much jerry.
now who will figure out how to download this info automatically :lol: