- Joined
- Jun 11, 2011
- Messages
- 14
- Reaction score
- 2
Win 10, Excel 2003
I download a .csv file from my bank account and import it to an Excel spreadsheet. I can then create a new column showing only those transactions containing "Publix, using the formula: =IF(ISNUMBER(FIND("PUBLIX",$C34)),$D34,""). Then I can sum the column to find how much I spend at Publix. I believe this process can be condensed into one statement using ISNUMBER but I can't get it right. My best effort: =SUMIF($C33:$C79,(isnumber(find "publix")),$D33:$D79), where the store data is in col. C and the amounts in col. D.
I download a .csv file from my bank account and import it to an Excel spreadsheet. I can then create a new column showing only those transactions containing "Publix, using the formula: =IF(ISNUMBER(FIND("PUBLIX",$C34)),$D34,""). Then I can sum the column to find how much I spend at Publix. I believe this process can be condensed into one statement using ISNUMBER but I can't get it right. My best effort: =SUMIF($C33:$C79,(isnumber(find "publix")),$D33:$D79), where the store data is in col. C and the amounts in col. D.