JMata806
New Member
- Joined
- May 26, 2021
- Messages
- 12
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
Greetings I am attempting to figure a way to make my invoicing a bit easier.
Looking at the invoice I see several "Credits" which is great but we want to make sure it is for the proper amount.
The issue is the unique items show up in multiple lines prior to the credit so there is no direct sum I can do normally.
I tried to mimic a similar idea (How to sum till blank cell in dynamic way?)
I've tried breaking into basic IF's or SUMIF's but even with an AGGREVETATE, it's being a bit of a pain.
Perhaps I am overthinking or just boggled but any help is appreciated.
So in this scenario, I have several items above and for each item, I am given a credit of $0.25 (this credit amount could change depending on the item).
Now manually I'd have to:
The credit line does not change and is the same ID # every time so it's a key component that I can use as a factor.
Any help is greatly appreciated!
Looking at the invoice I see several "Credits" which is great but we want to make sure it is for the proper amount.
The issue is the unique items show up in multiple lines prior to the credit so there is no direct sum I can do normally.
I tried to mimic a similar idea (How to sum till blank cell in dynamic way?)
I've tried breaking into basic IF's or SUMIF's but even with an AGGREVETATE, it's being a bit of a pain.
Perhaps I am overthinking or just boggled but any help is appreciated.
PRODUCT | PRICE |
APPLE - GALA | 1.00 |
APPLE - HONEYDEW | 1.00 |
CREDIT | -0.50 |
ORANGE - EASY PEEL | 1.50 |
CREDIT | -0.50 |
BANANA - MONTE FRESC | 1.25 |
BANANA - MONTE FRESC | 1.25 |
BANANA - ORGANIC ALB | 1.25 |
CREDIT | -1.50 |
So in this scenario, I have several items above and for each item, I am given a credit of $0.25 (this credit amount could change depending on the item).
Now manually I'd have to:
- Apples (Add the 2 at $1.00 apiece for $2.00), (Credit for 2 Apples is 0.25 a piece so it's 0.50)
- Orange (Add the 1 at $1.50 apiece for $1.50), (Credit for 1 Orange is 0.50 a piece so it's 0.50)
- Banana (Add the 3 at $1.25 apiece for $3.75), (Credit for 3 Bananas is 0.50 a piece so it's 1.50)
The credit line does not change and is the same ID # every time so it's a key component that I can use as a factor.
Any help is greatly appreciated!