Copied Array Formula across Sheet, activated, but Not working. Why?

Susanna123

New Member
Joined
Mar 3, 2022
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
  2. MacOS
Hi All,

I have come across another issue while practicing with a Leave Tracker (without Macros).

I have a calendar across a sheet (January to December) and I have inserted an Array Formula in 1-Jan-22 to show when a Holiday has been taken (according to the Leave Records in another sheet).
The problem is that the calendar does not show any leave.

Excel Formula:
{=IFERROR(INDEX(Records!$D$2:$D$150,MATCH(1,IF(C$6>=Records!$E$2:$E$150,IF(C$6<=Records!$F$2:$F$150,IF($B7=Records!$B$2:$B$150,1))),0)),"")}

The Array formula is Active "{}" through out the calendar but maybe I made a mistake when copying the array formula as the cell $B7 remains the same in all cells formulas instead of the second reference changing into $B8,$B9,$B10 etc..

I am not sure if that is the reason why nothing is showing. If it is, how does one copy an Array Formula step by step?

Here's a link to the Document: CLICK HERE

I apologise in advance if my problems are silly but thanks.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
You need to delete the formula from all those cells, then re-enter it in C7 confirm it with Ctrl Shift Enter & then drag down & across
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,249
Members
449,075
Latest member
staticfluids

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