Sum Unfinished Orders

Sooner4Life

New Member
Joined
Mar 12, 2014
Messages
15
Hello,

This one is kinda complicated.. I have a spreadsheet with 4 different conditional formatting rules that will highlight the row yellow if any are true. The highlighted rows let me know that the item still needs to be checked in.

=IF((($N3<>"")*($S3="")*($T3=0)*($H3<>"")),TRUE,FALSE)

=IF((($N3<>"")*($R3="")*($T3>0)),TRUE,FALSE)

=IF((($H3<>"")*($R3="")*($T3>0)),TRUE,FALSE)

=IF((($T3=0)*($R3="")),TRUE,FALSE)

On a separate sheet named Summary I would like to a total amount of all highlighted rows. Below is a horrible example just to kinda give you a direction of what I'm thinking..

=SUM(IF((IF((Ada!$N3:$N5000<>"")+(Ada!$S3:$S5000="")+(Ada!$T3:$T5000=0)+(Ada!$H3:$H5000<>""),1)+(IF((Ada!$N3:$N5000<>"")+(Ada!$R3:$R5000="")+(Ada!$T3:$T5000>0),1)+(IF((Ada!$H3:$H5000<>"")+(Ada!$R3:$R5000="")+IF((Ada!$T3:$T5000>0)+(Ada!$T3:$T5000=0)+(Ada!$R3:R500=""),1))
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
I was able to figure it out myself. The formula I used is:

={SUM((IF((Ada!$N$3:$N$5000<>"")*(Ada!$S$3:$S$5000="")*(Ada!$T$3:$T$5000=0)*(Ada!$H$3:$H$5000<>""),1)),+IF((Ada!$N$3:$N$5000<>"")*(Ada!$R$3:$R$5000="")*(Ada!$T$3:$T$5000>0),1),+IF((Ada!$H$3:$H$5000<>"")*(Ada!$R$3:$R$5000=""),1),+IF((Ada!$T$3:$T$5000>0)*(Ada!$T$3:$T$5000=0)*(Ada!$R$3:R$5000=""),1))}
 
Upvote 0

Forum statistics

Threads
1,217,119
Messages
6,134,752
Members
449,888
Latest member
webarnes99

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