+ Reply to Thread
Results 1 to 11 of 11

re-writing value of a cell

Hybrid View

  1. #1
    Registered User
    Join Date
    07-16-2012
    Location
    philippines
    MS-Off Ver
    Excel 2003/Excel2007
    Posts
    31

    re-writing value of a cell

    hi, good day/afternoon/evening....

    supposed, i have the following conditions:

    a = ɐ
    b = q
    c = ɔ
    d = p ('just an upside-down font actually)

    if i enter a value in A1, let's "Hello world,I need help", i'm hoping to get an output of "Hǝllo ʍoɹlp,I ueǝd ɥelp"

    in B1......just to be clearer, the text is "alternating" - proper>upsidedown>proper>upsidedown, and so forth.

    thanks in advance.

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: re-writing value of a cell

    What's the upside down font name?

  3. #3
    Registered User
    Join Date
    07-16-2012
    Location
    philippines
    MS-Off Ver
    Excel 2003/Excel2007
    Posts
    31

    Re: re-writing value of a cell

    hi, thanks for the reply....i don't have any upsidedown font...actually, i've just converted it from some on-line" text generator....and i've created a table like this:
    a1 b1
    a = ɐ
    b = q
    c = ɔ
    d = p...up to z

    my "basic" idea is to "extract" each letter first, and "alternatingly" replace each letter (2nd, 4th, 6th, etc) with the value from the table...and then combining them again to get the final output that i want....

    Last edited by Cutter; 07-16-2012 at 09:51 AM. Reason: Removed whole post quote

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: re-writing value of a cell

    Sorry I'm totally confused now. Can you upload your workbook?

    It should have what you have currently done and a mock up of what you would like it to achieve.

  5. #5
    Registered User
    Join Date
    07-16-2012
    Location
    philippines
    MS-Off Ver
    Excel 2003/Excel2007
    Posts
    31

    Re: re-writing value of a cell

    excel.JPG


    ....almost done...the only problem I have right now is that I always get #N/A at the end of each line...here's a part the code.

    =IF((MID($A1,COLUMN(T1),1))<>" ",(VLOOKUP((MID($A1,COLUMN(T1),1)),table!$A$2:$B$28,2,FALSE)), "")
    Last edited by Cutter; 07-16-2012 at 09:52 AM. Reason: Removed whole post quote

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: re-writing value of a cell

    Hi, an image isn't a workbook, please can you upload your workbook

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: re-writing value of a cell

    Try:

    =LOOKUP(REPT("Z",255), CHOOSE({1,2},"", IF((MID($A1,COLUMN(T1),1))<>" ",(VLOOKUP((MID($A1,COLUMN(T1),1)),table!$A$2:$B$28,2,FALSE)), "")))
    Never use Merged Cells in Excel

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: re-writing value of a cell

    somewhat more straight forward try
    Formula: copy to clipboard
    =IF(COLUMN(A1)>LEN($A$1),"",VLOOKUP((MID($A1,COLUMN(A1),1)),table!$A$2:$B$28,2,FALSE))
    Last edited by martindwilson; 07-16-2012 at 06:02 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  9. #9
    Registered User
    Join Date
    07-16-2012
    Location
    philippines
    MS-Off Ver
    Excel 2003/Excel2007
    Posts
    31

    Re: re-writing value of a cell

    zbor...THAT WORKED! ...thank you so much!......kyle & martin, thanks for your time too...have a great life.

  10. #10
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: re-writing value of a cell

    always glad to see ,don't understand tho, hard to see without work book
    Last edited by martindwilson; 07-16-2012 at 06:08 AM.

  11. #11
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: re-writing value of a cell

    Hello lab_harts, and welcome to the forum. Based on your last post I'll mark your thread as SOLVED. Please keep in mind for all future threads that you are required to do that yourself. Thanks.

    Also, as a new member, you may not know that you can thank those who help you by clicking the small star icon in the lower left corner of the post in which the help is given. By doing so you can add to the reputation(s) of those who helped.

    Here's how to mark a thread as SOLVED:

    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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