I have a problem, I am currently using a formula to retrieve data from
a merged worksheet, however this is not ideal as I have to create a
new merge sheet weekly to add updates.
Is there a way that I can find a date and then get excel to retrieve
all rows with this date in the Workbook onto one worksheet?
I currently use =IF(ISERROR(INDEX(Merge!$A$1:$AA$1800,SMALL(IF
($A$5=Merge!$AA$1:$AA$1800,ROW(Merge!$AA$1:$AA$1800)," "),ROW
(1:1)),5)),"",INDEX(Merge!$A$1:$AA$1800,SMALL(IF($A$5=Merge!
$AA$1:$AA$1800,ROW(Merge!$AA$1:$AA$1800)," "),ROW(1:1)),5)) for each
column I want to receive. There can be up to 100 valid rows at anyone
time and the data is mainly text based.