Re: display contents of preceeding cells consecutively
- From: EngelseBoer <EngelseBoer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Sep 2008 09:47:02 -0700
i HAVE TRIED THE VARIOUS MOTHODS AS WELL AS =CONCATENATE
AND ALL WORK
(I TRIED TO SAY I FOUND OUT HOW AFTER POSTING BUT WAS TAKING FOREVER TO
DISPLAY MY MESSAGE HERE
OOPS CAPS
1 problem though -- i have foced come colums to display zeros befor the number
ie 2 = 0002 etc
all these methods drop the prceeding 000
how can i force the concatenating to maintain them yet still display an
actual number ie not ""0002" or ooo2 - but 0002
"T. Valko" wrote:
Try this:.
=--A1&B1&C1&D1&E1
That will return the result as a numeric number *but* this would be limited
to 15 digits. If the resulting string wll be longer than that then you'd
have to settle on the resulting string being *text* and remove the "--":
=A1&B1&C1&D1&E1
--
Biff
Microsoft Excel MVP
"EngelseBoer" <EngelseBoer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:407FCA0B-D7D5-488C-A3D4-0D5D9AC85DD8@xxxxxxxxxxxxxxxx
hi
I would like to display contents of preceeding cells consecutively
ie - generate a single number from numbers in 5 preceeding cells
How might i be able to do this please
eg.
A B C D E = F
2 24 15 76 99 = 224157699
much obliged for any help
- Follow-Ups:
- Re: display contents of preceeding cells consecutively
- From: T. Valko
- Re: display contents of preceeding cells consecutively
- From: Tom Hutchins
- Re: display contents of preceeding cells consecutively
- References:
- display contents of preceeding cells consecutively
- From: EngelseBoer
- Re: display contents of preceeding cells consecutively
- From: T. Valko
- display contents of preceeding cells consecutively
- Prev by Date: RE: Combining Data
- Next by Date: keystroke to type the Ø symbol
- Previous by thread: Re: display contents of preceeding cells consecutively
- Next by thread: Re: display contents of preceeding cells consecutively
- Index(es):
Relevant Pages
|