Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to help out another poster and am stuck with a dilemma.
Dates are not my forte. I have a date from one sheet stored in a variable: Dim eDate As String eDate = Range("A" & Target.Row).Value MsgBox eDate results in "8/28/03" Now I need to find that date in column "A" of another sheet. That part would be easy except for the fact that the dates in column A are the result of formulas: The corresponding date 8/28/03 in column A is represented by the formula ='2003'!A283 How (or is it possible) to search the formulas in column A where the result of the formula would equal 8/28/03?? I'm actually looking to get the corresponding row number of where the match is found. Thanks, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array formula to find date | Excel Worksheet Functions | |||
Formula to find the date closest to today. | Excel Discussion (Misc queries) | |||
Using formula to find out a Date 90 prior to a particular date | Excel Worksheet Functions | |||
why can't I change the date with find and replace in this formula | Excel Worksheet Functions | |||
Find under date formula? | Excel Discussion (Misc queries) |