I have a two part formula that has work wonderfully. I am not updating it to do a bit more work for me.
I have reconciled the 1st part and it is functioning as expected. The second part is the issue. I cannot seem to get it to work correctly.
The formula before making adjustments is as follows:
=IF(OR(F3=0,AND(H3:L3="N/A")),"N/A",SUM(IF(H3:L3<>"N/A",C3*(H3:L3*{0.4,0.05,0.25,0.1,0.2})))/(C3-SUM(C3*((H3:L3="N/A")*{0.4,0.05,0.25,0.1,0.2}))))
It spits out a ratio as needed and is presented as a percentage.
I have this formula filled down from D3 through D6.
Works great!
In E3, I am trying to get an overall ratio of all the items.
I can get the upper portion with the following formula:
=SUM(IF(H3:L6<>"N/A",C3:C6*(H3:L6*{0.4,0.05,0.25,0.1,0.2})))
But the lower portion is causing me a headache.
This is what I have so far and it is not working:
=(C3:C6-SUM(C3:C6*((H3:L6="N/A")*{0.4,0.05,0.25,0.1,0.2}))
In essence, the end result would be something like this:
=IF(OR(AND(F3:F6=0),AND(H3:L3="N/A")),"N/A",SUM(IF(H3:L6<>"N/A",C3:C6*(H3:L6*{0.4,0.05,0.25,0.1,0.2})))/(C3:C6-SUM(C3:C6*((H3:L6="N/A")*{0.4,0.05,0.25,0.1,0.2})))
I have been confirming all formulas with CSE, but I am at a loss as to what I am doing incorrectly for that lower portion of the ration formula.
Any ideas, thoughts, pointers, would be very very VERY appreciated!! Thank you
-Spydey
P.S. C3:C6 contain the following items: 30, 15, 5, & 50.
I have reconciled the 1st part and it is functioning as expected. The second part is the issue. I cannot seem to get it to work correctly.
The formula before making adjustments is as follows:
=IF(OR(F3=0,AND(H3:L3="N/A")),"N/A",SUM(IF(H3:L3<>"N/A",C3*(H3:L3*{0.4,0.05,0.25,0.1,0.2})))/(C3-SUM(C3*((H3:L3="N/A")*{0.4,0.05,0.25,0.1,0.2}))))
It spits out a ratio as needed and is presented as a percentage.
I have this formula filled down from D3 through D6.
Works great!
In E3, I am trying to get an overall ratio of all the items.
I can get the upper portion with the following formula:
=SUM(IF(H3:L6<>"N/A",C3:C6*(H3:L6*{0.4,0.05,0.25,0.1,0.2})))
But the lower portion is causing me a headache.
This is what I have so far and it is not working:
=(C3:C6-SUM(C3:C6*((H3:L6="N/A")*{0.4,0.05,0.25,0.1,0.2}))
In essence, the end result would be something like this:
=IF(OR(AND(F3:F6=0),AND(H3:L3="N/A")),"N/A",SUM(IF(H3:L6<>"N/A",C3:C6*(H3:L6*{0.4,0.05,0.25,0.1,0.2})))/(C3:C6-SUM(C3:C6*((H3:L6="N/A")*{0.4,0.05,0.25,0.1,0.2})))
I have been confirming all formulas with CSE, but I am at a loss as to what I am doing incorrectly for that lower portion of the ration formula.
Any ideas, thoughts, pointers, would be very very VERY appreciated!! Thank you
-Spydey
P.S. C3:C6 contain the following items: 30, 15, 5, & 50.