I am having one more problem
=MID($G$1,COLUMN(),1)
=MID($G$1,COLUMN()-1,1) I understand that by adding a minus sign and
then a
number will start it at a different column.
When I try to use it this way =MID($U$14,COLUMN()-1,1) and I enter 9
or
more characters only the first 7 show.then if you continue only the
next 5
characters show missing the middle eighth and nineth
One would think that it should carry unlimited amount of characters
Also why cant i enter 123456789123456789 in a cell that is formated
general it
changes to1.23457E+17
and if i format it to number it will change to 123456789123456000
'w h y d o e s n t h I s w o r k no code
w h y d o e s h i s w o k n b o whydoesnthisworknbow
1 2 3 4 5 6 7 1 2 3 4 5 0 0 0 123456789123456000
'1 6 9 2 8 0 - 0 0 1 G A S 169280-001GAS no code
[Image]
I really don't understand what you're trying to do, but you can
enter this formula in A1, and copy it down to A6 (or more or less),
and each cell will return the individual figures, in sequence, of
characters entered in G1.
=MID($G$1,ROW(),1)
However, since you mentioned "tab0", "tab8", and tab generally
moves to the right, across the columns, you may *not* have meant
going down column A, but across, from A1.
If that be the case, this will fill row1, starting at A1, with the
same individual figures in sequence, from G1:
=MID($G$1,COLUMN(),1)
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
windows XP XL 2000
In G1 I enter a 6 digit number.
Question can XL take that six digit number and separate it
into
six separate cells
as in G1 082961 then A1 0 A2 8 A3 2 A4 9 A5 6 A7 1
Reason I have several employees with different numbers and I find it
time consuming
to 0tab 8tab 2tab 9tab 6tab 1tab I know that I can make a macro with
each number to copy and past
anyway i anyone out there understands what I am asking and if it
can be done I will greatly appreciate it.
I am having one more problem
=MID($G$1,COLUMN(),1)
=MID($G$1,COLUMN()-1,1) I understand that by adding a minus sign and
then a number will start it at a different column.
When I try to use it this way =MID($U$14,COLUMN()-1,1) and I enter 9
or
more characters only the first 7 show.then if you continue only the
next 5 characters show missing the middle eighth and nineth One
would think that it should carry unlimited amount of characters
Also why cant i enter 123456789123456789 in a cell that is formated
general it changes to1.23457E+17
and if i format it to number it will change to 123456789123456000
'w h y d o e s n t h I s w o r k no code
w h y d o e s h i s w o k n b o whydoesnthisworknbow
1 2 3 4 5 6 7 1 2 3 4 5 0 0 0 123456789123456000
'1 6 9 2 8 0 - 0 0 1 G A S 169280-001GAS no code
RagDyer wrote:
I really don't understand what you're trying to do, but you can
enter this formula in A1, and copy it down to A6 (or more or
less), and each cell will return the individual figures, in
sequence, of characters entered in G1. =MID($G$1,ROW(),1)
However, since you mentioned "tab0", "tab8", and tab generally
moves to the right, across the columns, you may *not* have meant
going down column A, but across, from A1.
If that be the case, this will fill row1, starting at A1, with the
same individual figures in sequence, from G1:
=MID($G$1,COLUMN(),1)
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may
benefit! ==============================================
windows XP XL 2000
In G1 I enter a 6 digit number.
Question can XL take that six digit number and separate it
into six separate cells
as in G1 082961 then A1 0 A2 8 A3 2 A4 9 A5 6 A7 1
Reason I have several employees with different numbers and I find
it time consuming
to 0tab 8tab 2tab 9tab 6tab 1tab I know that I can make a macro
with each number to copy and past
anyway i anyone out there understands what I am asking and if it
can be done I will greatly appreciate it.