Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Patricia124
 
Posts: n/a
Default Very new to Excel


I am very new to Excel.

What I am trying to do is...

In column A1 I want to start with 1000.
In column B1 I want it to automaticaly add 10 so it will put in 1010
in C1 1020
all the way up to 9990.

Is there a way to do this with only putting 1000 or a formula in A1?

Thanks.


--
Patricia124
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

In A1 enter 1000

In B1 enter:

=A1+10

Drag copy across .......

I want it to automaticaly add 10 so it will put in 1010 in C1 1020
all the way up to 9990.


Because there are only 256 columns you'll "run out" of cells in row 1 when
you reach 3550.

Biff

"Patricia124" wrote in
message ...

I am very new to Excel.

What I am trying to do is...

In column A1 I want to start with 1000.
In column B1 I want it to automaticaly add 10 so it will put in 1010
in C1 1020
all the way up to 9990.

Is there a way to do this with only putting 1000 or a formula in A1?

Thanks.


--
Patricia124



  #3   Report Post  
Max
 
Posts: n/a
Default

... Because there are only 256 columns
you'll "run out" of cells in row 1 when you reach 3550 ...


Just another play to try,
assuming you don't mind having it filled in a zig-zag manner ..

In Sheet1

Put in A1: 1000
Put in A2: =IF(A1="","",A1+10)
Copy A2 down to A900

In Sheet2

Put in A1:

=IF(OFFSET(Sheet1!$A$1,ROWS($A$1:A1)*256-256+COLUMNS($A$1:A1)-1,)="","",OFFS
ET(Sheet1!$A$1,ROWS($A$1:A1)*256-256+COLUMNS($A$1:A1)-1,))

Copy A1 down to A4, fill across to IV4

The above will fill the numbers 1000 - 9990 in cells A1 to EB4 in a zigzag
manner in Sheet2

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Excel Data from One Sheet to Another.... Robin Excel Discussion (Misc queries) 2 April 21st 05 01:15 PM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 04:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"