Help with complex formula structure

willow1985

Well-known Member
Joined
Jul 24, 2019
Messages
886
Office Version
  1. 365
Platform
  1. Windows
I believe the formula falls apart at the end but was hoping someone could help me clean it up....

The formula is:

=COUNTIFS(WOR[[#All],[W/O Number]],"<>",WOR[[#All],[Customer Exclusions]],"<>Exclude",WOR[[#All],[Date Quoted]],"",WOR[[#All],[Warehouse Name]],"Work in Progress",($B$3-WOR[[#All],[Date Received]]),">"&5)

Basically it is to count all W/O Number if not blank
with condtions:
If Customer Exclusions do not equal the word "Exclude"
Is a Blank Cell in Date Quoted
Has a Warehouse Name with the text "Work in Progress"
And the current date (B3) - Date Received has a result greater than 5 days

I hope I am explaining this ok. I know it is a lot of conditions...

Thank you to anyone who can help with the structure. I can post a pic of the data if that helps or you can get an idea of it on another post of mine: Combining Countif formula with an IF(AND formula

Thank you!

Carla
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
It's not possible to manipulate the values in the count ranges, you need to reverse the adjustment in the criteria instead.

=COUNTIFS(WOR[[#All],[W/O Number]],"<>",WOR[[#All],[Customer Exclusions]],"<>Exclude",WOR[[#All],[Date Quoted]],"",WOR[[#All],[Warehouse Name]],"Work in Progress",WOR[[#All],[Date Received]],"<"&$B$3-5)
 
Upvote 0
Ah I see, I couldn't wrap my head around how to incorporate the last part. Thank you very much!
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,432
Members
448,961
Latest member
nzskater

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