+ Reply to Thread
Results 1 to 10 of 10

Word equals charecters in different cell

  1. #1
    Registered User
    Join Date
    01-16-2008
    Posts
    91

    Word equals charecters in different cell

    I want to format cell A5 so as to where if I put in one of several keywords into it, cell A7 puts several letters (with spaces)

    example A6:Normal = A7:AA AA AA Ive got about 10 select words so just one example would be awsome! 07 excel BTW

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Not sure I follow

    You mention A5 then you mention A7 then A6.

    If you want to join text use
    Please Login or Register  to view this content.
    otherwise give a better example

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    01-16-2008
    Posts
    91
    Im sorry I ment only A5 and A6

    so like when A5= normal than A6 = AA AA AA

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    A5= normal
    What does this mean ??

    VBA Noob

  5. #5
    Registered User
    Join Date
    01-16-2008
    Posts
    91
    So when I put the word Normal in A5 I want A6 to say AA AA AA Im really new at this and Im beginning to see just how robust excel is.

  6. #6
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Still not sure I follow

    Try

    =IF(A5="normal","AA AA AA","")
    VBA Noob

  7. #7
    Registered User
    Join Date
    01-16-2008
    Posts
    91
    SWEET!! Thanks though if I wanted to add several more instances, would I add the statement within same parentheses?

    =IF(A5="normal","AA AA AA","A5="bell","bb AA AA")
    or

    =IF(A5="normal","AA AA AA",""),=IF(A5="bell","bb AA AA","")
    ?
    Last edited by Ipsl; 01-17-2008 at 06:06 PM.

  8. #8
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    I would set up a table and use VLookup

    See link for more

    http://www.excelforum.com/showthread.php?t=629901

    VBA Noob

  9. #9
    Registered User
    Join Date
    01-16-2008
    Posts
    91
    Sweet thats EXACTALLY what I was looking for. Dude your helping more people than you know. If you want I'll give you a copy of this program when Im done

  10. #10
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Your welcome

    No need to send the file

    VBA Noob

+ 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