D
dannyfromnj
Hi,
I have a spreadsheet with two sheets... Sheet1, and Sheet2, that I us
as sort of a staging area to format info before bulk uploading to m
product database. The products I'm working with at the moment have 1
subcategories below each of them. Sheet1 is the full product databas
listing. I place new subcategories in blocks of 10 that I plan to ad
to the database on Sheet2. Sheet2 also holds the default partia
category names in cells A2-A11.
Part 1:
I am currently using the following formula on Sheet2, in column C t
combine the category name value on Sheet1, with the default partia
category name values on Sheet2 (A2-A11). I'll paste two blocks so yo
have a clear picture of what I mean by blocks of ten.
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$2)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$3)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$4)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$5)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$6)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$7)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$8)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$9)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$10)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$11)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$2)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$3)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$4)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$5)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$6)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$7)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$8)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$9)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$10)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$11)
Part 2:
On Sheet2 in the adjacent column D, I use the following code in block
of ten to pull the higher category id value from Sheet1.
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
My question simply is how can I fill these formulas down when they ar
in blocks of ten? I've tried the fill handle, and copy/ paste... n
matter what I do the pattern doesn't stick.
Huge thanks in advance to all who post answers on the board... you'r
all fantastic!
_________________
Danny Tedesco
http://www.wirelessphonecity.com
Cut the cables and let your data fly..
I have a spreadsheet with two sheets... Sheet1, and Sheet2, that I us
as sort of a staging area to format info before bulk uploading to m
product database. The products I'm working with at the moment have 1
subcategories below each of them. Sheet1 is the full product databas
listing. I place new subcategories in blocks of 10 that I plan to ad
to the database on Sheet2. Sheet2 also holds the default partia
category names in cells A2-A11.
Part 1:
I am currently using the following formula on Sheet2, in column C t
combine the category name value on Sheet1, with the default partia
category name values on Sheet2 (A2-A11). I'll paste two blocks so yo
have a clear picture of what I mean by blocks of ten.
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$2)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$3)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$4)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$5)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$6)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$7)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$8)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$9)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$10)
=CONCATENATE(Sheet1!B3407;" ";Sheet2!$A$11)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$2)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$3)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$4)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$5)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$6)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$7)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$8)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$9)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$10)
=CONCATENATE(Sheet1!B3408;" ";Sheet2!$A$11)
Part 2:
On Sheet2 in the adjacent column D, I use the following code in block
of ten to pull the higher category id value from Sheet1.
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3407
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
=Sheet1!A3408
My question simply is how can I fill these formulas down when they ar
in blocks of ten? I've tried the fill handle, and copy/ paste... n
matter what I do the pattern doesn't stick.
Huge thanks in advance to all who post answers on the board... you'r
all fantastic!
_________________
Danny Tedesco
http://www.wirelessphonecity.com
Cut the cables and let your data fly..