Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column that is formatted with a date and timestamp
10/4/2007 14:21 I want to find all the files that were completed on a specific date at varying times. I searched the help and found a little on criteria using wildcards, but I can't seem to figure out the correct way to write my formula. I tried the following and keep getting a result of 0 (manual calculation proves the correct answer is 0): $H2:H1000="9/2/2007*" - 0 $H2:H1000="9/2/2007"* - error $H2:H1000=9/2/2007* - error Perhaps my whole formula is incorrect somehow. I've got multiple criteria, one being matching a separate columns value to an array (thank you to the answer-people on my previous posts for making this possible for me). =SUMPRODUCT(--(ISNUMBER(MATCH(CSBD!K2:K1000,IDX,0))),--(CSBD!$H2:H1000="9/2/2007*")) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find exact match, same workbook, different sheets | Excel Discussion (Misc queries) | |||
verify use of TIME Function, Find Quantity Level compare to time-d | Excel Discussion (Misc queries) | |||
Find a not exact match using vlookup | Excel Discussion (Misc queries) | |||
using vlookup to find exact match | Excel Discussion (Misc queries) | |||
Find a match that;s not exact | Excel Worksheet Functions |