Hi All!
I need to count the number of times today's date appears in a specific collumn in another workbook that I have open simultaneously. The date can appear with text either before or after it, for example "online 5/02/2015 SM" or "5/02/2015 AM". I can put today's date in a reference cell on my primary work sheet and use "=COUNTIF(INDIRECT("'[0TV Callsheet Questionaire 2014.xlsm]New Callsheet - Norm'!G8:G1000" ),A1)" where A1 is my reference cell. This will count the number of occurrences of the date but only if the date occurs by itself with no other text in the source cell. I have tried =COUNTIF(INDIRECT("'[0TV Callsheet Questionaire 2014.xlsm]New Callsheet - Norm'!G8:G1000" ),"*"&A1&"*") but this returns a value of zero. How can I get excel to count the dates even when they are imbedded with other text? Thank you for any help. Regards, Itzik
Bookmarks