+ Reply to Thread
Results 1 to 5 of 5

copying data to relevent cells

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723

    copying data to relevent cells

    hi,

    i am trying to copy data from one cell to another but the cells are tied in with other cells with information in them
    i want to use a macro to do this if possible
    could you please look at the attached spread sheet as this my be more explanatory

    thanks steve
    Attached Files Attached Files
    Last edited by stevekirk; 09-17-2006 at 09:13 AM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524
    =IF(ISERROR(VLOOKUP(A5:B5,$A$14:$C$16,3,0)),"",(VLOOKUP(A5:B5,$A$14:$C$16,3,0)))


    this is an array formula, once you have it in place.. ctrl shift enter for it to work

  3. #3
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723

    coping data without coping formulars

    hi

    i am new to array,s .
    i have copied ths formular to the the cells where i want the results which is column C and i cannot get the results .but if i put the formula in column a i do

    could you please tell me what i am doing wrong

    thanks

    steve
    Attached Files Attached Files
    Last edited by stevekirk; 09-17-2006 at 04:00 PM. Reason: attachment added

  4. #4
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    here is the implemented file
    press Ctrl+Shift+Enter rather Enter
    Attached Files Attached Files

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524
    Steve place this formula in C5
    =IF(ISERROR(VLOOKUP(A5:B5,$A$14:$C$16,3,0)),"",VLOOKUP(A5:B5,$A$14:$C$16,3,0))

    then hit F2 to be in the formula bar
    press Ctrl SHift Enter to get the formula to work
    copy the formula down the column
    here's your sheet back
    Last edited by davesexcel; 08-06-2007 at 10:01 PM.

+ 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