Hi all,
I found this forum very helpful so I sign up and this is my first post in this forum.
Please help! I have attached an excel file to demonstrate the problem.
I have data as below, date from column D will keep going infinity (as a diary record)
Column A B C D E F G H I J
1 Item Qty Delivery date 04/08 05/08 06/08 07/08 08/08 09/08 10/08
2 red 2 04/08
3 blue
4 pink 5 09/08
I would like to have a solution either with Excel Formula or VBA is preferred so that I will be able to match the delivery date on column C to any of the column from D onward and place Qty in the same row.
So for the data example above, As I input Qty "2" in column B2 with the date 04/08 will match date in column "D" and look down same row to input "2" at cell "D2". And so for item pink would result Qty 5 in cell I4.
I hope that would make sense.
Thank you in advance for your time.
I found this forum very helpful so I sign up and this is my first post in this forum.
Please help! I have attached an excel file to demonstrate the problem.
I have data as below, date from column D will keep going infinity (as a diary record)
Column A B C D E F G H I J
1 Item Qty Delivery date 04/08 05/08 06/08 07/08 08/08 09/08 10/08
2 red 2 04/08
3 blue
4 pink 5 09/08
I would like to have a solution either with Excel Formula or VBA is preferred so that I will be able to match the delivery date on column C to any of the column from D onward and place Qty in the same row.
So for the data example above, As I input Qty "2" in column B2 with the date 04/08 will match date in column "D" and look down same row to input "2" at cell "D2". And so for item pink would result Qty 5 in cell I4.
I hope that would make sense.
Thank you in advance for your time.