A
Anthony
Hi,
I am looking for a formula that will seach A1:A400 in my 'stats' worksheet
for a date which is shown in cell A1 of my 'chart' worksheet. Once this date
is found copy/paste the corresponding data which is found in S1:S400 in
'stats' and keep doing this until there are no more cells found in range
A1:A400 with this date.
Now, being a little bit of a novice here I tried
=COPYIF(STATS!A1:A400,--TEXT(S1,"MYYYY"),STATS!S1:S400
and to no surpirse I had a #NAME error, as I assume there is no COPYIF
function in Excel.
Can anybody suggest a better formula or do I have to use VBA to get the data
I require (yikes!)
Many thanks
Anthony
I am looking for a formula that will seach A1:A400 in my 'stats' worksheet
for a date which is shown in cell A1 of my 'chart' worksheet. Once this date
is found copy/paste the corresponding data which is found in S1:S400 in
'stats' and keep doing this until there are no more cells found in range
A1:A400 with this date.
Now, being a little bit of a novice here I tried
=COPYIF(STATS!A1:A400,--TEXT(S1,"MYYYY"),STATS!S1:S400
and to no surpirse I had a #NAME error, as I assume there is no COPYIF
function in Excel.
Can anybody suggest a better formula or do I have to use VBA to get the data
I require (yikes!)
Many thanks
Anthony