+ Reply to Thread
Results 1 to 8 of 8

copy-paste text formula

Hybrid View

  1. #1
    Registered User
    Join Date
    03-11-2020
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    5

    copy-paste text formula

    hi guys,i need to ask for a formula which can copy paste A1:A10 values IF B1 is a number to D1:D10 in text,thanks so much!
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: copy-paste text formula

    Formulas cannot copy/paste anything anywhere, all they can do is function in the cell they reside it. Having said that, this should do what you want...
    D1=IF(ISNUMBER($B$1),A1,"")
    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-11-2020
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    5

    Re: copy-paste text formula

    thanks,is there any way that it can pasted text?? i need text,

    maybe if we use a combination with another formula..?
    Last edited by pafian777; 03-12-2020 at 01:23 AM.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: copy-paste text formula

    =if(isnumber($b$1),a1&"","")

  5. #5
    Registered User
    Join Date
    03-11-2020
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    5

    Re: copy-paste text formula

    unfortunatly n0,i need when it pasted to be on;y value not formula,thanks for the try

  6. #6
    Registered User
    Join Date
    03-11-2020
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    5

    Re: copy-paste text formula

    like that E1
    Attached Files Attached Files

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: copy-paste text formula

    I have already told you that a formula cannot copy or past anything anywhere, you will need VBA for that

    Alternatively, you can use my formula, then manually copy/paste values

  8. #8
    Registered User
    Join Date
    03-11-2020
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    5

    Re: copy-paste text formula

    can you help me with one vba? please

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  2. How can I copy and paste the text of a formula?
    By Duke Carey in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-06-2005, 05:05 PM
  3. How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  4. [SOLVED] How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  5. [SOLVED] How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 08:05 AM
  6. How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  7. [SOLVED] How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  8. [SOLVED] How can I copy and paste the text of a formula?
    By Jeff in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-30-2005, 11:05 AM

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