ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Extend series (https://www.excelbanter.com/excel-worksheet-functions/94104-extend-series.html)

Traci

Extend series
 
I am needing to find a way to 'extend a series' for an entire column with
multiple numbers without having to extend each series individually.

Here's basically what I have: Here's what I need it to look like:

345 345
(blank cell) 345
(blank cell) 345
(blank cell) 345
675 675
(blank cell) 675
(blank cell) 675
987 987
(blank cell) 987
(blank cell) 987
(blank cell) 987

Right now I'm have to click each number to get it to extend the series down
to the next number. Typically this wouldn't be a big hassel to do them
individually, but I'm now dealing with over 1,400 numbers and doing this
individually all the way down the column is very time consuming and making me
crazy! Does anyone have any suggestions? Thank you for any input!

Biff

Extend series
 
Hi!

You could use a helper column:

Assume your first number is in A1:

A1 = 345

In B1 enter 345

In B2 enter this formula and copy down as needed:

=IF(A2="",B1,A2)

Biff

"Traci" wrote in message
...
I am needing to find a way to 'extend a series' for an entire column with
multiple numbers without having to extend each series individually.

Here's basically what I have: Here's what I need it to look
like:

345 345
(blank cell) 345
(blank cell) 345
(blank cell) 345
675 675
(blank cell) 675
(blank cell) 675
987 987
(blank cell) 987
(blank cell) 987
(blank cell) 987

Right now I'm have to click each number to get it to extend the series
down
to the next number. Typically this wouldn't be a big hassel to do them
individually, but I'm now dealing with over 1,400 numbers and doing this
individually all the way down the column is very time consuming and making
me
crazy! Does anyone have any suggestions? Thank you for any input!




Traci

Extend series
 
Thank you so much for the suggestion...the only problem I've run into with
trying your formula is that I then have two seperate columns with the numbers
(as in your example, I would have individual numbers in column A and the
filled series in column B.) I've having to import this data into Microsoft
Acess, and so it has to be formatted where all the numbers are filled in the
one row instead of two. I tried to taking the individual column, A, and just
deleting it since column B had the filled series I need, but then all the
info in column B erases because column A is gone. Do you have any
suggestions for how I might do exactly what you said before, only get it down
to one column?
Thank you sooooooooo much!!!

"Biff" wrote:

Hi!

You could use a helper column:

Assume your first number is in A1:

A1 = 345

In B1 enter 345

In B2 enter this formula and copy down as needed:

=IF(A2="",B1,A2)

Biff

"Traci" wrote in message
...
I am needing to find a way to 'extend a series' for an entire column with
multiple numbers without having to extend each series individually.

Here's basically what I have: Here's what I need it to look
like:

345 345
(blank cell) 345
(blank cell) 345
(blank cell) 345
675 675
(blank cell) 675
(blank cell) 675
987 987
(blank cell) 987
(blank cell) 987
(blank cell) 987

Right now I'm have to click each number to get it to extend the series
down
to the next number. Typically this wouldn't be a big hassel to do them
individually, but I'm now dealing with over 1,400 numbers and doing this
individually all the way down the column is very time consuming and making
me
crazy! Does anyone have any suggestions? Thank you for any input!





Biff

Extend series
 
Put the formulas in column B.

Now, select column B.
Goto EditCopy
Then EditPaste SpecialValuesOK

This will convert the formulas to constants then you can delete column A.

Biff

"Traci" wrote in message
...
Thank you so much for the suggestion...the only problem I've run into with
trying your formula is that I then have two seperate columns with the
numbers
(as in your example, I would have individual numbers in column A and the
filled series in column B.) I've having to import this data into
Microsoft
Acess, and so it has to be formatted where all the numbers are filled in
the
one row instead of two. I tried to taking the individual column, A, and
just
deleting it since column B had the filled series I need, but then all the
info in column B erases because column A is gone. Do you have any
suggestions for how I might do exactly what you said before, only get it
down
to one column?
Thank you sooooooooo much!!!

"Biff" wrote:

Hi!

You could use a helper column:

Assume your first number is in A1:

A1 = 345

In B1 enter 345

In B2 enter this formula and copy down as needed:

=IF(A2="",B1,A2)

Biff

"Traci" wrote in message
...
I am needing to find a way to 'extend a series' for an entire column
with
multiple numbers without having to extend each series individually.

Here's basically what I have: Here's what I need it to look
like:

345 345
(blank cell) 345
(blank cell) 345
(blank cell) 345
675 675
(blank cell) 675
(blank cell) 675
987 987
(blank cell) 987
(blank cell) 987
(blank cell) 987

Right now I'm have to click each number to get it to extend the series
down
to the next number. Typically this wouldn't be a big hassel to do them
individually, but I'm now dealing with over 1,400 numbers and doing
this
individually all the way down the column is very time consuming and
making
me
crazy! Does anyone have any suggestions? Thank you for any input!







Traci

Extend series
 
Thank you!!!!!!! you just saved me sooo much time, you're awsome! :)

"Biff" wrote:

Put the formulas in column B.

Now, select column B.
Goto EditCopy
Then EditPaste SpecialValuesOK

This will convert the formulas to constants then you can delete column A.

Biff

"Traci" wrote in message
...
Thank you so much for the suggestion...the only problem I've run into with
trying your formula is that I then have two seperate columns with the
numbers
(as in your example, I would have individual numbers in column A and the
filled series in column B.) I've having to import this data into
Microsoft
Acess, and so it has to be formatted where all the numbers are filled in
the
one row instead of two. I tried to taking the individual column, A, and
just
deleting it since column B had the filled series I need, but then all the
info in column B erases because column A is gone. Do you have any
suggestions for how I might do exactly what you said before, only get it
down
to one column?
Thank you sooooooooo much!!!

"Biff" wrote:

Hi!

You could use a helper column:

Assume your first number is in A1:

A1 = 345

In B1 enter 345

In B2 enter this formula and copy down as needed:

=IF(A2="",B1,A2)

Biff

"Traci" wrote in message
...
I am needing to find a way to 'extend a series' for an entire column
with
multiple numbers without having to extend each series individually.

Here's basically what I have: Here's what I need it to look
like:

345 345
(blank cell) 345
(blank cell) 345
(blank cell) 345
675 675
(blank cell) 675
(blank cell) 675
987 987
(blank cell) 987
(blank cell) 987
(blank cell) 987

Right now I'm have to click each number to get it to extend the series
down
to the next number. Typically this wouldn't be a big hassel to do them
individually, but I'm now dealing with over 1,400 numbers and doing
this
individually all the way down the column is very time consuming and
making
me
crazy! Does anyone have any suggestions? Thank you for any input!







Biff

Extend series
 
You're welcome. Thanks for the feedback!

Biff

"Traci" wrote in message
...
Thank you!!!!!!! you just saved me sooo much time, you're awsome! :)

"Biff" wrote:

Put the formulas in column B.

Now, select column B.
Goto EditCopy
Then EditPaste SpecialValuesOK

This will convert the formulas to constants then you can delete column A.

Biff

"Traci" wrote in message
...
Thank you so much for the suggestion...the only problem I've run into
with
trying your formula is that I then have two seperate columns with the
numbers
(as in your example, I would have individual numbers in column A and
the
filled series in column B.) I've having to import this data into
Microsoft
Acess, and so it has to be formatted where all the numbers are filled
in
the
one row instead of two. I tried to taking the individual column, A,
and
just
deleting it since column B had the filled series I need, but then all
the
info in column B erases because column A is gone. Do you have any
suggestions for how I might do exactly what you said before, only get
it
down
to one column?
Thank you sooooooooo much!!!

"Biff" wrote:

Hi!

You could use a helper column:

Assume your first number is in A1:

A1 = 345

In B1 enter 345

In B2 enter this formula and copy down as needed:

=IF(A2="",B1,A2)

Biff

"Traci" wrote in message
...
I am needing to find a way to 'extend a series' for an entire column
with
multiple numbers without having to extend each series individually.

Here's basically what I have: Here's what I need it to
look
like:

345 345
(blank cell) 345
(blank cell) 345
(blank cell) 345
675 675
(blank cell) 675
(blank cell) 675
987 987
(blank cell) 987
(blank cell) 987
(blank cell) 987

Right now I'm have to click each number to get it to extend the
series
down
to the next number. Typically this wouldn't be a big hassel to do
them
individually, but I'm now dealing with over 1,400 numbers and doing
this
individually all the way down the column is very time consuming and
making
me
crazy! Does anyone have any suggestions? Thank you for any input!










All times are GMT +1. The time now is 06:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com