View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Conan Kelly Conan Kelly is offline
external usenet poster
 
Posts: 419
Default Getting data by calling out date

Jafferi,

Using the example you provided, in cell P12, enter the following formula:

=SUMPRODUCT((A1:D1=O12)*(A2:D2))

HTH,

Conan Kelly






"Jafferi" wrote in message
...
How can I get a formula that link to a date cell based on the following
table.

For example, in column a1 I have date 0201 and in row a2, I have number
41.1.

In cell p12, a formula that can automatically determine by the date I
enter
in p11 for example date 0201, P12 will show results as 41.1

date 0201 date 0204 date 0206 date 0209
row 2 41.1 42.5 47.1 39.9