Formula Question

teemcorp

New Member
Joined
Jan 25, 2005
Messages
2
I am trying to create a database to be used in our order taking program. We have over 200 products that can be purchased in over 10 configurations. I would like to know if there is a way to combine these items without typing out all of the formulas? For instance I would have an item # 101 and I need to combine that with wp, wg, bp, bg, vb, vf, nr, & pr. I then need to do the same thing with items 102-290. I started doing it manually and it is very time consuming. Also if we should ad new configurations or items I would like a quick way to add these to inventory without typing 10 or 20 new items.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi teemcorp,

try the following:

  • - place wp, wg, bp, bg, vb, vf, nr in first row starting from B1
  • - place #101,...,#290 in first column starting from A2
  • - insert in B2 the formula =CONCATENATE($A2,B$1) and copy down-right


Does it work?
 
Upvote 0
Thank you for your help. I now have 2 more questions... of course. Is there a quick way to copy down and right? The only way I know to do it is to ctrl-d & ctrl-r in each cell.

I will also have to take each of these item #s and place them in an excel sheet with each item being in column A, that is the only way I can import it into the order program. Any suggestions for that.

Thank you again for your help.
 
Upvote 0
Select cell B1, and hit Ctrl-C, then highlight the entire array (cell B1 CAN be included in this, but NOT the header row/column). Then hit Ctrl-V.

Then select the entire array again, and copy it, then go to EDIT|PASTESPECIAL|VALUES to convert the formulas to a static value. Then you can copy them all into a single column.

HTH.
 
Upvote 0
If you're using a mac, put the formula in the cell in the upper left corner. Copy it, then select the area where you want to paste the formulas. Edit>Paste Special> Formulas.

If you're not using a mac, you can highlight the cell with the formula, then click and hold down the little black dot in the lower right corner of the cell. Drag to where you want your formulas extended, and let go.
 
Upvote 0

Forum statistics

Threads
1,203,027
Messages
6,053,119
Members
444,640
Latest member
Dramonzo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top