katiapro93
Board Regular
- Joined
- Jun 25, 2009
- Messages
- 140
I don't even know where to start. Can someone point me in the right direction?
I have a sheet similar to the example below and what I need is for excel to find the column to the far right that matches either the "Start Date" or "Expiration Date" and fill in the amount found on "Price per Issue" on the number of times indicated on the "#of Issues" column into each adjacent column. Catch is each issue is worth two months, so it has to skip a month.
Example below:
1st Issue 2nd Issue 3rd Issue 4th Issue 5th Issue 6 Issue
[TABLE="width: 1204"]
<tbody>[TR]
[TD]Company Name[/TD]
[TD] Contract Amount[/TD]
[TD]# of Issues[/TD]
[TD]Price per Issue[/TD]
[TD]Start Date[/TD]
[TD]Expiration Date[/TD]
[TD="align: right"]18-Jan[/TD]
[TD="align: right"]18-Feb[/TD]
[TD="align: right"]18-Mar[/TD]
[TD="align: right"]18-Apr[/TD]
[TD="align: right"]18-May[/TD]
[TD="align: right"]18-Jun[/TD]
[TD="align: right"]18-Jul[/TD]
[TD="align: right"]18-Aug[/TD]
[TD="align: right"]18-Sep[/TD]
[TD="align: right"]18-Oct[/TD]
[TD="align: right"]18-Nov[/TD]
[TD="align: right"]18-Dec[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD] 9,000.00[/TD]
[TD]3[/TD]
[TD] 3,000.00[/TD]
[TD]Jan - 18[/TD]
[TD]Jul - 18[/TD]
[TD="align: right"]3,000[/TD]
[TD][/TD]
[TD="align: right"]3,000[/TD]
[TD][/TD]
[TD="align: right"]3,000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can this be done?
I have a sheet similar to the example below and what I need is for excel to find the column to the far right that matches either the "Start Date" or "Expiration Date" and fill in the amount found on "Price per Issue" on the number of times indicated on the "#of Issues" column into each adjacent column. Catch is each issue is worth two months, so it has to skip a month.
Example below:
1st Issue 2nd Issue 3rd Issue 4th Issue 5th Issue 6 Issue
[TABLE="width: 1204"]
<tbody>[TR]
[TD]Company Name[/TD]
[TD] Contract Amount[/TD]
[TD]# of Issues[/TD]
[TD]Price per Issue[/TD]
[TD]Start Date[/TD]
[TD]Expiration Date[/TD]
[TD="align: right"]18-Jan[/TD]
[TD="align: right"]18-Feb[/TD]
[TD="align: right"]18-Mar[/TD]
[TD="align: right"]18-Apr[/TD]
[TD="align: right"]18-May[/TD]
[TD="align: right"]18-Jun[/TD]
[TD="align: right"]18-Jul[/TD]
[TD="align: right"]18-Aug[/TD]
[TD="align: right"]18-Sep[/TD]
[TD="align: right"]18-Oct[/TD]
[TD="align: right"]18-Nov[/TD]
[TD="align: right"]18-Dec[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD] 9,000.00[/TD]
[TD]3[/TD]
[TD] 3,000.00[/TD]
[TD]Jan - 18[/TD]
[TD]Jul - 18[/TD]
[TD="align: right"]3,000[/TD]
[TD][/TD]
[TD="align: right"]3,000[/TD]
[TD][/TD]
[TD="align: right"]3,000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can this be done?
Last edited: