Hi All,
I have problem that I think I am overcomplicating and was hoping I could get some advice please.
In my spreadsheet there are two pertinent columns. One is a dollar amount and the other is a description.
ex.
[TABLE="width: 300"]
<tbody>[TR]
[TD]COIN[/TD]
[TD]0.71[/TD]
[/TR]
[TR]
[TD]CASH[/TD]
[TD]5.00[/TD]
[/TR]
[TR]
[TD]CREDITCARD4786[/TD]
[TD]18.99[/TD]
[/TR]
[TR]
[TD]CASH[/TD]
[TD]4.00[/TD]
[/TR]
[TR]
[TD]CREDITCARD0887[/TD]
[TD]103.74[/TD]
[/TR]
</tbody>[/TABLE]
How can I get a total of all the cells that have a certain phrase in their description? I want to know how much came in from all credit card deposits but the last 4 digits are never the same. I can do an isnumber + search to indicate which cells match but then I have to use sumif and a grand total. I also did something similar with index + match.
Is there a cleaner way? I'm guessing it might be sumproduct but I can't figure out the syntax at all.
Thanks in advance!
I have problem that I think I am overcomplicating and was hoping I could get some advice please.
In my spreadsheet there are two pertinent columns. One is a dollar amount and the other is a description.
ex.
[TABLE="width: 300"]
<tbody>[TR]
[TD]COIN[/TD]
[TD]0.71[/TD]
[/TR]
[TR]
[TD]CASH[/TD]
[TD]5.00[/TD]
[/TR]
[TR]
[TD]CREDITCARD4786[/TD]
[TD]18.99[/TD]
[/TR]
[TR]
[TD]CASH[/TD]
[TD]4.00[/TD]
[/TR]
[TR]
[TD]CREDITCARD0887[/TD]
[TD]103.74[/TD]
[/TR]
</tbody>[/TABLE]
How can I get a total of all the cells that have a certain phrase in their description? I want to know how much came in from all credit card deposits but the last 4 digits are never the same. I can do an isnumber + search to indicate which cells match but then I have to use sumif and a grand total. I also did something similar with index + match.
Is there a cleaner way? I'm guessing it might be sumproduct but I can't figure out the syntax at all.
Thanks in advance!