Formula Help Date Arrays

scotty1978

New Member
Joined
Dec 17, 2023
Messages
13
Office Version
  1. 365
Platform
  1. MacOS
Hello, any help would be much appreciated. I am trying to create a formula that will reference a start date Column A and end date Column B and create a value (GOOD) on another array for the month-Row 1. The term GOOD will appear on the array for the month in ROW 2 (under the corresponding date in ROW 1) if it's equal to the date or falls between the start and end dates of the array in column A and B. Image below for reference. Thanks again!!!!
Screenshot 2023-12-17 at 9.32.21 AM.png
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
How about
Excel Formula:
=IF((A3<=$C$1:$W$1)*(B3>=$C$1:$W$1),"Good","")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,099
Messages
6,123,084
Members
449,094
Latest member
mystic19

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