Lookup and dates

D

Danie

I have a worksheet with the following data:

Name Date Amt 10/01/08 10/02/08 10/03/08 ......
ABC 10/02/08 100
XYZ 10/03/08 200

When I enter the date and the Amt in Cols B and C I would like the Amt to be
inserted into the corresponding date column. In my example 100 should go to
col. E and 200 should go into col. F. Is there a way to do this.

Thanks,
Danielle
 
P

Pete_UK

Put this formula in D2:

=IF($B2=D$1,$C2,"")

Then copy across and down as required.

Hope this helps.

Pete
 
M

muddan madhu

try this

in cell D2 put this formula =IF(D$1=$B$2:$B$8,$C2,"") and drag it
across & down
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top