Multiple Condition Lookup Array

Finalfight40

Active Member
Joined
Apr 24, 2018
Messages
273
Office Version
  1. 365
Platform
  1. Windows
Hi All

I have a spreadsheet which looks like below:

Sheet1:

ABCDE
PROJECTSTART DATE 1END DATE 1START DATE 2END DATE 2
A07/01/201806/04/201801/06/201801/09/2018
B04/04/201805/07/2018
C04/04/201807/07/2018
D10/10/201802/02/2019
E01/01/201802/03/201805/06/201803/08/2018
F17/03/201818/04/2018

<tbody>
</tbody>

What i am looking for on sheet 2 is a list of the projects like below:

Jan 18Feb 18Mar 18Apr 18May 18June 18July 18Aug 18
AAAABBBA
EEEBCCCE
FCAA
FEE

<tbody>
</tbody>


I am using the formula to pull through the first date to the second sheet and then adding a month every time.

Code:
=DATE(YEAR(MIN(Sheet1!B2:B500)), MONTH(MIN(Sheet1!B2:B500)), 1)

The order the projects appear in would not matter.

Solution can not be VBA as they might be looking to import this into Googlesheets.

Hopefully this is clear but if not, please let me know.

Any help would be appreciated.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Not saying I'll answer this
but it would be easier for formulas to have one project on one line, ie 1st Line June 18 July 18 are Bs, would be easier if they were As.
Any reason why you put dropped A in place of B on that line ?

Also your example data implies they are only TWO data ranges per project.
 
Last edited:
Upvote 0
Not saying I'll answer this
but it would be easier for formulas to have one project on one line, ie 1st Line June 18 July 18 are Bs, would be easier if they were As.
Any reason why you put dropped A in place of B on that line ?

Also your example data implies they are only TWO data ranges per project.

Hi Special-k99

The reason Project A got dropped for June and July is because the end date 1 month is April and it appears again on start date 2 in June hence the reason it reappears.

I am trying to avoid having them spaced out having a project per line as there are around 50 projects and growing and it would contain a lot of blank spaces.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,597
Messages
6,125,738
Members
449,255
Latest member
whatdoido

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