Go Back   PCMech Forums > Help & Discussion > Software Discussion & Support

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-29-2007, 07:25 PM   #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
C1 combines the value of B1 with the first character of A1.

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
PCBrandon is offline   Reply With Quote
Old 06-29-2007, 07:34 PM   #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)
PCBrandon is offline   Reply With Quote
Old 07-01-2007, 12:41 PM   #3
Member (10 bit)
 
Join Date: Jul 2002
Location: Trivandrum, India
Posts: 800
Send a message via Yahoo to pillainp
Quote:
Originally Posted by PCBrandon
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
C1 combines the value of B1 with the first character of A1.

Any thoughts? Extra points if you can also show me how to get all the characters in C1 to be lowercase.
Quote:
Originally Posted by PCBrandon
Played around with it some more, never realized how awesome Excel is:

=B1&Left(A1, 1)
You are essentially right, just should have used the formula:
=(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
pillainp is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -5. The time now is 12:10 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2