This is going to be long and tedious, or I am just simple minded. I would like to have a database of information (Control) on one sheet, and import data on another sheet, and have a formula compare that to the control and if it finds a similarity I need it to tell me how much money is invovled.
This would be me control sheet with prices (Two Columns)
[TABLE="width: 401"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]722988- Large Color Display Combine[/TD]
[TD="align: right"]2855[/TD]
[/TR]
[TR]
[TD]420782- AutoGuide ready w/ GPS mount[/TD]
[TD="align: right"]4210[/TD]
[/TR]
[TR]
[TD]425137- NavII[/TD]
[TD="align: right"]4170[/TD]
[/TR]
[TR]
[TD]425510- 372 waas[/TD]
[TD="align: right"]2502[/TD]
[/TR]
[TR]
[TD]425504- 372 Omni[/TD]
[TD="align: right"]4430[/TD]
[/TR]
[TR]
[TD]712635- desktop software[/TD]
[TD="align: right"]639[/TD]
[/TR]
[TR]
[TD]722611- yield and moisture logging[/TD]
[TD="align: right"]3177[/TD]
[/TR]
[TR]
[TD]415149- AG manual[/TD]
[TD="align: right"]0[/TD]
[/TR]
</tbody>[/TABLE]
and I would like to import information like this (3 columns)
[TABLE="width: 573"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]VERSION[/TD]
[TD]HVYDUTY[/TD]
[TD]HEAVY-DUTY[/TD]
[/TR]
[TR]
[TD]AUTOGUIDANCE[/TD]
[TD]420782[/TD]
[TD]FACTORY GUIDANCE READY[/TD]
[/TR]
[TR]
[TD]BACK-UP ALARM[/TD]
[TD]XT5201X[/TD]
[TD]STANDARD LESS BACKUP ALARM[/TD]
[/TR]
[TR]
[TD]BALLAST PACKAGE[/TD]
[TD]462716[/TD]
[TD]FRONT WEIGHT 462716[/TD]
[/TR]
[TR]
[TD]COMPRESSION ENGINE[/TD]
[TD]XT1933X[/TD]
[TD]LESS COMPRESSION BRAKE
[/TD]
[/TR]
</tbody>[/TABLE]
I would like a cell to scan for certain "Codes" like 420782, and 425137, and sum the total dollars that it returns. I don't know if that is one formula or if it is going to have to be a singular formula for each "code". There are going to be multiple codes for each import, and I would like to have it bounce off my control sheet. Thus I could ammend my control sheet from time to time when the codes change (which they do from year to year) My imports are going to be on a new sheet, but i could have all of them bounce off the "Codes" sheet, but it will all be in one book. I hope I am explaining this ok
Any thoughts on how to do this?
Thanks in advanced,
Seth
This would be me control sheet with prices (Two Columns)
[TABLE="width: 401"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]722988- Large Color Display Combine[/TD]
[TD="align: right"]2855[/TD]
[/TR]
[TR]
[TD]420782- AutoGuide ready w/ GPS mount[/TD]
[TD="align: right"]4210[/TD]
[/TR]
[TR]
[TD]425137- NavII[/TD]
[TD="align: right"]4170[/TD]
[/TR]
[TR]
[TD]425510- 372 waas[/TD]
[TD="align: right"]2502[/TD]
[/TR]
[TR]
[TD]425504- 372 Omni[/TD]
[TD="align: right"]4430[/TD]
[/TR]
[TR]
[TD]712635- desktop software[/TD]
[TD="align: right"]639[/TD]
[/TR]
[TR]
[TD]722611- yield and moisture logging[/TD]
[TD="align: right"]3177[/TD]
[/TR]
[TR]
[TD]415149- AG manual[/TD]
[TD="align: right"]0[/TD]
[/TR]
</tbody>[/TABLE]
and I would like to import information like this (3 columns)
[TABLE="width: 573"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]VERSION[/TD]
[TD]HVYDUTY[/TD]
[TD]HEAVY-DUTY[/TD]
[/TR]
[TR]
[TD]AUTOGUIDANCE[/TD]
[TD]420782[/TD]
[TD]FACTORY GUIDANCE READY[/TD]
[/TR]
[TR]
[TD]BACK-UP ALARM[/TD]
[TD]XT5201X[/TD]
[TD]STANDARD LESS BACKUP ALARM[/TD]
[/TR]
[TR]
[TD]BALLAST PACKAGE[/TD]
[TD]462716[/TD]
[TD]FRONT WEIGHT 462716[/TD]
[/TR]
[TR]
[TD]COMPRESSION ENGINE[/TD]
[TD]XT1933X[/TD]
[TD]LESS COMPRESSION BRAKE
[/TD]
[/TR]
</tbody>[/TABLE]
I would like a cell to scan for certain "Codes" like 420782, and 425137, and sum the total dollars that it returns. I don't know if that is one formula or if it is going to have to be a singular formula for each "code". There are going to be multiple codes for each import, and I would like to have it bounce off my control sheet. Thus I could ammend my control sheet from time to time when the codes change (which they do from year to year) My imports are going to be on a new sheet, but i could have all of them bounce off the "Codes" sheet, but it will all be in one book. I hope I am explaining this ok
Any thoughts on how to do this?
Thanks in advanced,
Seth