Help Breakdown Formula

SwampthingX90

New Member
Joined
May 6, 2016
Messages
22
So I have this formula below:

=IF(G6="",0,IF(I10="CIP",(IF(RIGHT(F6,1)<>"U",(0.75*G6+11),IF(G6<58,(0.624*G6)+10,(0.724*G6)+3))+IF(J10="CONV",IF(I10<>"CIP",IF(G6<=50,2^(G6/10),(1.2*G6-30)),0))+IF(MAX(L6:M6)<500,0,IF(MAX(L6:M6)>1000,G6*0.2059,G6*0.1071)))*0.3,IF(RIGHT(F6,1)<>"U",(0.75*G6+11),IF(G6<58,(0.624*G6)+10,(0.724*G6)+3))+IF(J10="CONV",IF(I10<>"CIP",IF(G6<=50,2^(G6/10),(1.2*G6-30)),0))+IF(MAX(L6:M6)<500,0,IF(MAX(L6:M6)>1000,G6*0.2059,G6*0.1071)))+(G6*0.2)+SUM(D10:D22)+SUM(H10:H22))

If G6 equals 43 i'm showing a formula result of 51.85; how is it coming up with that if everything else is left blank? Basically need a breakdown for this in layman's terms.

Capture.jpg
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
In short, that's what your formula returns. If that's not what you expect then your formula may need some adjustments. If you want to see which parts of your formula contribute to the result try: Formulas>Formula Auditing>Evaluate Formula and step through the formula using the Evaluate button.
 
Upvote 0

Forum statistics

Threads
1,214,575
Messages
6,120,334
Members
448,956
Latest member
Adamsxl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top