Custom Fill Series in a column help

johnnymca

New Member
Joined
Nov 28, 2011
Messages
2
I want to create a custom fill series for a column that goes like this:
101-B
101-R
101-G
102-B
102-R
102-G
103-B
103-R
103-G

and so on. That way instead of typing manually all the way to 240 each with B, R and G following after each number. Can someone help with this?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Put this in A1, A2, and A3

101-B
101-R
101-G

Put this in A4 and drag down
=LEFT(A1,3)+1&RIGHT(A1,2)

If you want to replace thie formulas with values, select column A and Copy. Then with column A still selected, Paste Special: values
 
Upvote 0
AlphaFrog: You are a lifesaver! I barely joined this forum earlier today and already received an answer. This forum is awesome! Thank you VERY MUCH!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,402
Messages
6,119,299
Members
448,885
Latest member
LokiSonic

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