Get the Dates

anneb_87

Board Regular
Joined
Jun 13, 2018
Messages
84
Hi Experts!

I need to get the deadlines:

ClientDeadline
A21st - 25th of the Month
B
C
D

Here is the source file:


Date Range10th - 15th of the Month16th - 20th of the Month21st - 25th of the Month26th - 31st of the Month1st - 5th of the Following Month
# of Clients914221510
Client List
Monthly
BJEAF
DKL
G
Quarterly
IH

Is this possible?
 
in the Account Listing tab, column A had the account name then column G had the Funding type
That is a change from your sample in post 7 where they were in adjacent columns and does require a bit more of a change.

See if this (still with Ctrl+Shift+Enter) is closer to the mark. You will need to adjust the ranges in Account Listing but don't use whole column references. If you do, you are forcing the formula to process over 2 million cells! That will impact the performance of the sheet.

{=COUNT(SEARCH("|"&$C$21:$G$45&"|"&$B16&"|","|"&TEXTJOIN("|",1,'Account Listing'!$A$31:$A$34&"|"&'Account Listing'!$G$31:$G$34)&"|"))}
 
Upvote 0

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,214,932
Messages
6,122,334
Members
449,077
Latest member
Jocksteriom

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