usnapoleon
Board Regular
- Joined
- May 22, 2014
- Messages
- 110
- Office Version
- 365
- Platform
- Windows
Hello and thank you in advance for looking this over. I am having difficulty in creating a formula that will add up multiple cells that all relate to credit card totals. The data is on a tab called "Square Input", and so far this is my formula
=IFERROR(INDEX('Square Input'!J$18:J$45,MATCH(1,('Square Input'!A$18:A$45="The Market")*('Square Input'!B$48:B$58=G7),0)),0)
This part of the formula needs to change -- ('Square Input'!B$48:B$58=G7) --- , but I do not know how to change it to sum up multiple totals from different cells. I'll share the image to see.
So looking at the image, I am looking at the data from rows 19-42, as it shows data from 2 locations: Market & the Blue River Lounge.
For each location, I want totals for each settlement type: Card, Cash, House Account, Gift Card. Card though has multiple lines of data, and that is my challenge. For Market, Card is a combination of rows 19-24 & row 28.
I originally had a simple formula for the sum of those specific rows but recently the system reports pulled a fast one on me and messed with the row order, so my formulas were pointed at rows not related to Card totals. For this reason I want to do an Index and Match to look at the descriptions in column B, and returning the summation of the totals in column J. I just dont know how. I'm open to ideas. I thought "hey, maybe any cell in column B with 'card' in it, but there is Gift Card which would muck up that. So I'm a bit lost for ideas and need your help.
Thank you again. It's been a very long time since I needed help and I've always come here and I'm sorry if I'm so rusty in posting that I did any of this incorrectly.
=IFERROR(INDEX('Square Input'!J$18:J$45,MATCH(1,('Square Input'!A$18:A$45="The Market")*('Square Input'!B$48:B$58=G7),0)),0)
This part of the formula needs to change -- ('Square Input'!B$48:B$58=G7) --- , but I do not know how to change it to sum up multiple totals from different cells. I'll share the image to see.
So looking at the image, I am looking at the data from rows 19-42, as it shows data from 2 locations: Market & the Blue River Lounge.
For each location, I want totals for each settlement type: Card, Cash, House Account, Gift Card. Card though has multiple lines of data, and that is my challenge. For Market, Card is a combination of rows 19-24 & row 28.
I originally had a simple formula for the sum of those specific rows but recently the system reports pulled a fast one on me and messed with the row order, so my formulas were pointed at rows not related to Card totals. For this reason I want to do an Index and Match to look at the descriptions in column B, and returning the summation of the totals in column J. I just dont know how. I'm open to ideas. I thought "hey, maybe any cell in column B with 'card' in it, but there is Gift Card which would muck up that. So I'm a bit lost for ideas and need your help.
Thank you again. It's been a very long time since I needed help and I've always come here and I'm sorry if I'm so rusty in posting that I did any of this incorrectly.