Conditionals
Posted by mAT on September 27, 2001 3:34 AM
I have two worksheets.
In the first worksheet, column A contains consecutive daily dates (01/01/2001 to 31/12/2001), column B is blank but entitled "BOB" at B1, column C is also blank but entitled "CHARLES" at C1.
In the second worksheet there are also three columns:
Column A contains dates that are non-consecutive, column B has text string either "BOB" or "CHARLES", and column C has a number (in this case an expense).
For each row in the second worksheet I need to copy the number (col C) into the first worksheet where the dates and the people match.
For example: row1 of wksheet2 could be: 5-Jan-01, CHARLES, 72
72 needs to go to wksheet1, column C (CHARLES), in the row which starts the date 5-Jan-01.
I understand the logic but cant do the programming. Any ideas?
Best regards
Mat