Thread: Newbie Question
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1,560
Default Newbie Question

I can understand all the questions for clarification and I appreciate it. My
thoughts are that yes the numbers will be consecutive down the rows like:

1
2
3
4

The columns might have gaps going from 1, 3, 5, 12, 23, 45.. etc. like:
(where Col.B through Col.<whatever letter would be what rows the number 01,
02, 03, or 04, etc. originally were located.)

Col.A Col.B Col.C Col.D Col.E Col.F
01 001 003 005
02 001 002 003 004 006
03 001 002 004 005 006
04 002 003 004 005 006

Thank you
David



"David" wrote:

Hi Again,
Will the numbers always be consecutive and with out gaps? What I mean is
that they will alwys be like 1,2,3,4 and not 1,3,4, no gaps?

Thanks,

"David" wrote:

They are custom numbers that are formatted in the 00 format. I would say they
can be from number 1 - 99. I would not need it higher then that but I am sure
if it was able then going higher then 99 would be fine.

Thank you for any assistance in this.
David

"David" wrote:

Hi,
Your question raises a lot of other questions. The numbers listed all have
leading zeros, which is not normally the case in Excel, so I guess the first
question is whether these are Text or numbers? Then the next question might
be are the only "numbers" 1-4 or can there be an unlimited number of numbers?

Thanks,

"David" wrote:

Hello Everyone. I am a complete newbie to Macro's and would ask 2 things.

1.) Does anyone have some good links to Tutorials on Macros?

2.) I have an excel sheet that has a column of numbers and I would like to
have the sheet show me what row the numbers are in.

A small example:

ROW Col.A Col.B Col.C.
001 01 02 03
002 04 03 02
003 01 02 04
004 02 03 04
005 01 03 04
006 04 03 02

I would like a new sheet created or copied into a preset sheet so it would
look like:

Col.A Col.B Col.C Col.D Col.E Col.F
01 001 003 005
02 001 002 003 004 006
03 001 002 004 005 006
04 002 003 004 005 006

Thank you for any assistance.
David