+ Reply to Thread
Results 1 to 8 of 8

turn this into a function?

  1. #1
    Registered User
    Join Date
    05-14-2013
    Location
    California
    MS-Off Ver
    Excel 2013
    Posts
    78

    turn this into a function?

    Hi everyone, I am not sure if this is possible, but if it is i would appreciate your help!

    i would like to turn this
    Please Login or Register  to view this content.
    into a funtion, so that i can just select a cell and it will put it in all three places above.

    Please let me know if there are any questions! thanks for yalls help!

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

    Re: turn this into a function?

    what do you mean by function? and what does it as it stands intend to do?
    at the moment
    bob smith
    would be bob s
    hannibal lecter
    would be hannib
    Last edited by martindwilson; 07-09-2013 at 01:23 PM.
    "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

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: turn this into a function?

    ^^ +1

    We need to first establish what the function is meant to do.
    I'm not sure it actually does what you think it does..

  4. #4
    Registered User
    Join Date
    10-13-2007
    Posts
    1

    Re: turn this into a function?

    I have no idea what to do to get h elp! Perhaps someone will get this and answer me. I am trying to do a mail merge from Excel into wword and on some fields I get data that isn't in the cell. I tried to copy the data into a new sheed and those cells didn't transfer. Am I making myself clear?

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

    Re: turn this into a function?

    no i'm afraid not where does mail merge come into this?

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: turn this into a function?

    Taking a wild guess based on the next thread you posted
    http://www.excelforum.com/excel-form...ined-name.html

    It seems you want just the text up to the first space...
    Getting a first name from a cell containing Firstname Lastname..

    In that case, it's
    =LEFT(SFList.xlsx!$C$1280,FIND(" ",SFList.xlsx!$C$1280)-1)

  7. #7
    Registered User
    Join Date
    05-14-2013
    Location
    California
    MS-Off Ver
    Excel 2013
    Posts
    78

    Re: turn this into a function?

    thank you, is there a way to make it faster though? like where i could click C1280 and have it know to fill that in the entire formula?

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: turn this into a function?

    spesner,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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