Massive Nested IF Statement Help Needed

Zutalores

New Member
Joined
Oct 9, 2023
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hello EXCEL geniuses. I have a doozy Nested IF statement that I cannot figure out for the life of me. At the bottom is a short dataset to represent what I am working with. What I am trying to work out is one Nested IF statement to achieve a total freight amount based on the parameters in a Freight Policy. I was only able to do it by separating my parameters and then summing them in a new cell. But I would like a statement that would achieve all of the parameters in one go.

Current Formulas:
Column Q =IF(AND(OR(C2="AK",C2="HI"),H2<>"Nutritionals & Feeding"),IF(O2=1,20,10)*(IF(ISERROR(N2),0,N2)),0)

Column R =IF(AND(OR(C2="AK",C2="HI"),H2="Nutritionals & Feeding"), 34.95, IF(H2="Nutritionals & Feeding", 24.95, IF(AND(I2="Yes", OR(C2="AK",C2="HI")), IF(COUNTIF($A$2:A2,A2)=1, 24.95, 0), 0)))

Column S =IF(I2="Yes", IF(COUNTIF($A$2:A2,A2)=1,14.95,0), 0)

Column T =IF(IF(COUNTIF(H:H, "Incontinence")>0, IF(COUNTIF($A$2:A2, A2)=1, IF(SUMIFS(O:O, A:A, A2, H:H, "Incontinence")=1, 6, 6 + (SUMIFS(O:O, A:A, A2, H:H, "Incontinence")-1)*4), 0), 0) = 2, 0, IF(COUNTIF(H:H, "Incontinence")>0, IF(COUNTIF($A$2:A2, A2)=1, IF(SUMIFS(O:O, A:A, A2, H:H, "Incontinence")=1, 6, 6 + (SUMIFS(O:O, A:A, A2, H:H, "Incontinence")-1)*4), 0), 0))

Column U =IF(AND(NOT(OR(C2="AK",C2="HI")), NOT(OR(H2="Nutritionals & Feeding", H2="Incontinence")), COUNTIFS($A$2:A2, A2, $H$2:H2, "<>Nutritionals & Feeding", $H$2:H2, "<>Incontinence")=1), 6, 0)

Column V =SUM(Q2:U2)

This is all based on a crazy Freight Policy and our current accounting software cannot make the calculations needed to get a total freight amount per order. The freight policy is below.

"Incontinence" (column D) items are $6.00 for the first case and $4.00 for each additional case per order within the contiguous US.
"Nutritionals & Feedings" (column D) items are $24.95 per order in contiguous US and $34.95 for AK, HI, and PR.
"Lightweight DME" (if column E = "Yes") orders are $14.95 per order to contiguous US and $24.95 to AK, HI, and PR.
All other items, not listed above are $6.00 per order to contiguous US.
All other items to AK, HI, and PR are $20.00 for the first case, and $10.00 for each additional case per order.

Any help would be greatly appreciated!!!


ABCDEFGHIJKLMNOPQR
1SalesOrderNumberPO NumberShip to StateMDCategoryNameLight DMEQtyEach QtyParent itemUMCases Shipped rounded upC Freighthi or ak not nutritionalnutritionallight dmeinconon incosum of freight
2
614413890​
5690892​
KYWound Care
12​
12​
ALA595300
50​
CS
1​
0​
0​
0​
0​
0​
6​
6​
3
614413890​
5690892​
KYWound Care
30​
30​
MSC8722EP
50​
CS
1​
0​
0​
0​
0​
0​
0​
0​
4
614427958​
5691117​
TNIncontinence
14​
280​
FITULTRAMD
80​
CS
4​
0​
0​
0​
0​
42​
0​
42​
5
614427958​
5691117​
TNGloves
1​
100​
MDS195176
1000​
CS
1​
0​
0​
0​
0​
0​
6​
6​
6
614427958​
5691117​
TNIncontinence
26​
26​
MSC263854
6​
CS
5​
0​
0​
0​
0​
0​
0​
0​
7
614427958​
5691117​
TNIncontinence
4​
64​
MSC53005
64​
CS
1​
0​
0​
0​
0​
0​
0​
0​
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Apologies, I had the wrong column notes for the existing formulas, please see below.

Column M =IF(AND(OR(C2="AK",C2="HI"),H2<>"Nutritionals & Feeding"),IF(O2=1,20,10)*(IF(ISERROR(N2),0,N2)),0)

Column N =IF(AND(OR(C2="AK",C2="HI"),H2="Nutritionals & Feeding"), 34.95, IF(H2="Nutritionals & Feeding", 24.95, IF(AND(I2="Yes", OR(C2="AK",C2="HI")), IF(COUNTIF($A$2:A2,A2)=1, 24.95, 0), 0)))

Column O =IF(I2="Yes", IF(COUNTIF($A$2:A2,A2)=1,14.95,0), 0)

Column P =IF(IF(COUNTIF(H:H, "Incontinence")>0, IF(COUNTIF($A$2:A2, A2)=1, IF(SUMIFS(O:O, A:A, A2, H:H, "Incontinence")=1, 6, 6 + (SUMIFS(O:O, A:A, A2, H:H, "Incontinence")-1)*4), 0), 0) = 2, 0, IF(COUNTIF(H:H, "Incontinence")>0, IF(COUNTIF($A$2:A2, A2)=1, IF(SUMIFS(O:O, A:A, A2, H:H, "Incontinence")=1, 6, 6 + (SUMIFS(O:O, A:A, A2, H:H, "Incontinence")-1)*4), 0), 0))

Column Q =IF(AND(NOT(OR(C2="AK",C2="HI")), NOT(OR(H2="Nutritionals & Feeding", H2="Incontinence")), COUNTIFS($A$2:A2, A2, $H$2:H2, "<>Nutritionals & Feeding", $H$2:H2, "<>Incontinence")=1), 6, 0)

Column R =SUM(Q2:U2)
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
Latest member
Anshu121

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