Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Excel number sequencing formatting

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Excel number sequencing formatting

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Excel number sequencing formatting

Looking at a column starting at the top and working down 1 cell at a time
first cell 1,2,4,3.
second cell 2,4,3,1
third cell 4,3,1,2
Forth cell 3,1,2,4

Thanks


"Stefi" wrote:

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Excel number sequencing formatting

Sorry Jim, but I still don't know what do you want to achieve! You can enter
these four sets manually in the first four cells of a column, say column A,
thus you have

A
1 1,2,4,3
2 2,4,3,1
3 4,3,1,2
4 3,1,2,4

And what to do now?
Stefi


€˛Jim M€¯ ezt Ć*rta:

Looking at a column starting at the top and working down 1 cell at a time
first cell 1,2,4,3.
second cell 2,4,3,1
third cell 4,3,1,2
Forth cell 3,1,2,4

Thanks


"Stefi" wrote:

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Excel number sequencing formatting

Yes

"Stefi" wrote:

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Excel number sequencing formatting

Stefi

I just want to make sure I don't run any sequence other than the set i noted
above. Each set of number will have it's own cell. Let say I try adding
sequence 1,2,3,4 I would like to have the Exel block any cells that I would
chose from putting a different sequence other than the sequence note.
Thanks
Jim

"Jim M" wrote:

Yes

"Stefi" wrote:

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Excel number sequencing formatting

1 2 4 3
2 4 3 1
4 3 1 2
3 1 2 4


"Jim M" wrote:

Stefi

I just want to make sure I don't run any sequence other than the set i noted
above. Each set of number will have it's own cell. Let say I try adding
sequence 1,2,3,4 I would like to have the Exel block any cells that I would
chose from putting a different sequence other than the sequence note.
Thanks
Jim

"Jim M" wrote:

Yes

"Stefi" wrote:

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Excel number sequencing formatting

Well, I'm still not sure, but if you have the table below in range A1:D4 then
enter this formula in E1:
=A1&","&B1&","&C1&","&D1
select range F1:F4 and DataValidationChoose Custom validation from drop
down list and enter =E1=F1 in formula field.
Cell F1 accepts only 1,2,4,3 etc.

Stefi


€˛Jim M€¯ ezt Ć*rta:

1 2 4 3
2 4 3 1
4 3 1 2
3 1 2 4


"Jim M" wrote:

Stefi

I just want to make sure I don't run any sequence other than the set i noted
above. Each set of number will have it's own cell. Let say I try adding
sequence 1,2,3,4 I would like to have the Exel block any cells that I would
chose from putting a different sequence other than the sequence note.
Thanks
Jim

"Jim M" wrote:

Yes

"Stefi" wrote:

Do you mean that a single cell should contain either 1,2,4,3 or 2,4,3,1 or
4,3,1,2 or 3,1,2,4?
Stefi



€˛Jim M€¯ ezt Ć*rta:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Excel number sequencing formatting

Stefi,
Im a beginner and sorry to say I need everything spelled out as basic as it
can be for me. Example click on cell E1 type in A1,B1,C1,D1 and if comas
cant be used please let me know what to put in the cell and how it has to be
written.

Thank you for you time and patiences
Jim M


"Jim M" wrote:

I am using MS Excel and want to have 4 sets of numbers only be available in
the cells I pick. The numbers and sequence of these numbers are first set.
1,2,4,3. Second set 2,4,3,1.Third set 4,3,1,2. four 3,1,2,4.
Thanks
Jim

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
automatic number sequencing? Joe the exceler Excel Worksheet Functions 1 January 7th 09 11:55 PM
Sequencing of projects Daniel Excel Discussion (Misc queries) 1 May 23rd 07 12:27 AM
Row Sequencing Mark Excel Worksheet Functions 8 August 18th 05 06:33 PM
Formula for Sequencing Totals Jeff T Excel Worksheet Functions 13 January 24th 05 03:07 PM
Alphabet sequencing in a conditional format craftwoodman Excel Discussion (Misc queries) 7 January 3rd 05 01:41 AM


All times are GMT +1. The time now is 09:10 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"