Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
sorry, you wanted the cell 2 columns to the right. So use the statement ret_value=application.vlookup(lookup_value,source_ rng,3,0) -- Regards Frank Kabel Frankfurt, Germany Frank Kabel wrote: Hi o.k. try sub foo() dim source_rng as range dim lookup_value dim ret_value set source_rng = worksheets("other_sheet").range("A1:C100") lookup_value=dateserial(2004,1,1) ret_value=application.vlookup(lookup_value,source_ rng,2,0) if iserror(ret_value) then msgbox "Date not found" else msgbox "Found value: " & ret_value end if end sub hans wrote: oops sorry i need it in vba. Greetings "Frank Kabel" schreef in bericht ... Hi try something like =VLOOKUP(DATE(2004,1,1),'other_sheet'!A1:C100,3,0) -- Regards Frank Kabel Frankfurt, Germany hans wrote: Can someone tell me how i can find a date on another sheet and if it is found select the colorvalue two cells to the right. Greetings Hans |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Specific date in Biwwekly Based on date | Excel Discussion (Misc queries) | |||
Goto or Find a Date in a Sheet | Excel Discussion (Misc queries) | |||
Julian date - find next highest date/number | Excel Worksheet Functions | |||
Macro to find matching date and copy values to another sheet | Excel Discussion (Misc queries) | |||
Find the date of the coming up Saturday given the current date. | Excel Worksheet Functions |