|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Dec 2004
Posts: 289
|
Excel question
Hi all,
I know how I can combine the text values of two cells into one using a formula, but now I need to combine the text value of one cell with the first character of a text value in another cell. I'll try to show you what I mean: Code:
A B C 1 Joe Shmoe ShmoeJ Any thoughts? Extra points if you can also show me how to get all the characters in C1 to be lowercase.
__________________
Dell Inspiron 9300 Intel Pentium M 740 17" Wide Screen XGA+ Display 1GB PC-4200 Dual Channel DDR2 256MB NVIDA GeForce Go 6800 Apple MacBook (Black) Intel Core 2 Duo 2.16 Ghz 13" Wide screen Display 2GB Memory |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Dec 2004
Posts: 289
|
Played around with it some more, never realized how awesome Excel is:
=B1&Left(A1, 1) |
|
|
|
|
|
#3 | ||
|
Member (10 bit)
|
Quote:
Quote:
=(C1&LEFT(B1,1)) The formula you gave gives the result Jo1, whereas you wanted SchmoeJ. To get everything in C1 in lowercase, just add the function LOWER in front of the whole thing enclosed in brackets, thus: =LOWER(C1&LEFT(B1,1)) NPP
__________________
[FONT=Arial][SIZE=1][COLOR=Navy][CENTER]Intel Core2Quad Q9550; EP45-UD3R (rev 1.1); 4x2GB DDR2 800MHz; eVGA e-GeForce 9600GT KO 512MB DDR3; Seagate ST31000528AS 1T, Seagate ST3500320AS 500GB SATA II, Seagate ST3500418AS 500GB SATA II; LG GH22-NS50 DVD-RAM x 2; DELL SP2208WFP; Windows 7 Ultimate 64-Bit Palm LifeDrive Mobile Manager |
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft Excel Coding Question | Vigilante_26 | Web Design / Development | 2 | 01-27-2003 08:02 PM |
| Excel question | fatboyjim | Software Discussion & Support | 2 | 01-05-2003 05:33 AM |
| Excel 97 question (weird issue) | merlin63 | Software Discussion & Support | 1 | 11-20-2002 12:49 AM |
| Question about Excel | andersson1974 | Web Design / Development | 5 | 11-15-2002 07:31 PM |
| Excel prob: Compile error in hidden module | calamospiza | Software Discussion & Support | 2 | 09-24-2002 04:12 AM |