Thread: Lookup help
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sandy Sandy is offline
external usenet poster
 
Posts: 355
Default Lookup help

Hey Biff
One little problem with the hour 24 of the last day of the month, it shows
as day 1. Is there a work around??
Thanks for your help


"T. Valko" wrote:

On second though changing 0-23 wont work :-)


It should:

=INDEX(My_Range,DAY($B41),MATCH(HOUR($B41),$C$2:$Z $2,0))

Where C2:Z2 = 0 to 23

--
Biff
Microsoft Excel MVP


"Sandy" wrote in message
...
On second though changing 0-23 wont work :-)

"Sandy" wrote:

Hello
I have a grid with hourly data. For each day of the month. Hours ending
1-24 in cells C2:Z2 and date in B2:B33. I am trying to convert the
tabular
data to columnar data. In B41:B785 I have the date/time dd/mm/yyyy
hh:mm. I
can use INDEX(My_Range,DAY($B41),HOUR($B41)) for hours 1-23 but it doesnt
work in 24. I could change my table to 0-23 and it would work but I
would
rather not do that.
Any ideas?
Thanks!