+ Reply to Thread
Results 1 to 18 of 18

shuffled deck of cards

Hybrid View

  1. #1
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    If "Johnny went to town" is in A1,

    =LEFT(A1,1) returns the first character of A1, "J"

    =MID(A1,LEN(A1)-1,1) returns the second to last character of A1, "w"

    =RIGHT(A1,2) returns the last 2 characters of A1, "wn"

    The other text functions can be found through the Insert Function dialog box.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  2. #2
    Registered User
    Join Date
    06-13-2007
    MS-Off Ver
    Office 365 (Version 2306)
    Posts
    78
    Dynamite!

    This is a very helpful forum!

    Thanks a million!
    Regards,

    David Obeid

    http://david.obeid.googlepages.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1