I need to create a formula that will go thru a cell and find a character that matches my criteria and pull the price for that criteria to create a base price for the item in the initial cell.
For example I have an item on Sheet1
ABC1200.124
ABC1200.135
I have options on a Sheet2
1 1.00
2 2.00
3 3.00
4 4.00
5 5.00
I need to be able search the cell with ABC1200.124 and pull out the price from sheet2 for the 1+2+4 or the 1+3+5 that are after the decimal and sum them. Those are the options that will be added to the base price of the item ABC1200. I want to create a formula that I can paste into each cell down a column so it will search thru a list of items I export out of the database. Let it pull those prices from sheet2 to come up with my new price and then import back in to the database. I was looking at SUMIF but I am not sure that is the best solution.
Thanks,
mfroggie
Mfroggie
For example I have an item on Sheet1
ABC1200.124
ABC1200.135
I have options on a Sheet2
1 1.00
2 2.00
3 3.00
4 4.00
5 5.00
I need to be able search the cell with ABC1200.124 and pull out the price from sheet2 for the 1+2+4 or the 1+3+5 that are after the decimal and sum them. Those are the options that will be added to the base price of the item ABC1200. I want to create a formula that I can paste into each cell down a column so it will search thru a list of items I export out of the database. Let it pull those prices from sheet2 to come up with my new price and then import back in to the database. I was looking at SUMIF but I am not sure that is the best solution.
Thanks,
mfroggie
Mfroggie