Romano_odK
Active Member
- Joined
- Jun 4, 2020
- Messages
- 380
- Office Version
- 365
- Platform
- Windows
Good afternoon,
I am running into a problem which I can't solve. In column I until M you can fill in a number or percentage, depends on the field. In column G you will see that result. This works like I wanted it to.
Now you have column G. What this should do is add a percentage (actually I need marge) to the value that given in column H. I first thought another IF value, but I can't realize that, gives me errors. Does anyone know how to do this?
Thank you for your time.
I am running into a problem which I can't solve. In column I until M you can fill in a number or percentage, depends on the field. In column G you will see that result. This works like I wanted it to.
Now you have column G. What this should do is add a percentage (actually I need marge) to the value that given in column H. I first thought another IF value, but I can't realize that, gives me errors. Does anyone know how to do this?
Thank you for your time.
Artikelen beheren 6.06.xlsm | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
F | G | H | I | J | K | L | M | N | O | |||
5 | Verkoopprijs | Grossier +korting% | Verkoopprijs nieuw | Vkp bedrag | Vkp + opslag% | Kp +factor | Kp +opslag% | Kp +marge% | Eenheid | Kostprijs | ||
6 | 10,00 | 30,0% | 25,00 | 60,0% | pak | 10,00 | ||||||
7 | 11,00 | pak | 20,00 | |||||||||
8 | 23,00 | pak | 30,00 | |||||||||
Items |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H6:H8 | H6 | =IFERROR(IFS(M6>0,O6/(1-M6), L6>0,O6*(1*L6)+O6, K6>0,O6*K6+O6, J6>0,F6*(1*J6)+F6, I6>0,I6),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
O6:O7088 | Expression | =P6 | text | NO |
AQ6:AQ7088,F6:F7088 | Expression | =H6 | text | NO |