Hi,
I have a small issue getting the formula to correctly to pull each unique date record for an exceptions report.
Exceptions tab is where the end user would log each issue and the date (week column is a helper)
Report tab is a sample of the report page I am setting up
Selecting the week from a drop down menu on the report sheet pulls me the first record of the selected week from the exceptions page, which loads each line on the report page with the same result.
I need the report page to list every record for the selected week not just the first.
Secondly any lines on the report sheet that don't require a record i.e there is only 1 record for example need to be left blank.
I have tried the following formula from something else I did but with no avail and cant seem to see what I am missing or doing wrong
p.s it was entered as an Array ctrl/shift/enter
Any help would be appreciated![]()
=INDEX(tbl_Exceptions[Date],MATCH(0,COUNTIF(tbl_Exceptions[Week],$K$3,),0))
Thanks
Mark
Bookmarks