Results 1 to 4 of 4

Thread: Copy formula

  1. #1
    Zurine Rogelio is offline Senior Member
    Join Date
    May 2011
    Posts
    230
    Rep Power
    3

    Default Copy formula

    Hello, I want to copy the formula stood in my Sheet1 A3, A4 to A. .. The number of cells to be copied depends on the number recorded in D1 of Sheet2 and Sheet3 the K1, I explain:IF (D1 <K1) then copy the formula from A4 according to the number listed in K1
    IF (D1> K1) then copy the formula from A4 according to the number listed in J1 IF (J1 = K1) then copy the formula from A4 according to the number listed in K1. Thank you in advance for your help .

  2. #2
    Faqueza Nekane is offline Senior Member
    Join Date
    May 2011
    Posts
    224
    Rep Power
    3

    Default

    Hello,It does not seem very difficult Many son deal with this particular issue it . See especially my reply of 20.05.2011 (This is the easiest way to copy the formula) yapuka record a macro that does what you want with the condition "<=" and then you adjust this macro with the settings that you gain in J1 and K1 .To finalize I recall that I do not work for you: there are enough specialized forums for that. Ii I suggested that ways to help you improve or correct a fault code (provided you have a workbook template attached).

  3. #3
    Zurine Rogelio is offline Senior Member
    Join Date
    May 2011
    Posts
    230
    Rep Power
    3

    Default

    Hello Thank you for your answer but in the meantime I managed to find something that suits me so. Range (A3). AutoFill Destination: = Range (A3: A & [Z3] + 2) , A3, I copy my formula to Z3 and the number of rows that need to copy the formula (A3 and Z3 are on the same sheet) , I just have one quick question, I would like to know how to tell him I want to take the value of Z3 but on Sheet2. Thank you for your help.

  4. #4
    Faqueza Nekane is offline Senior Member
    Join Date
    May 2011
    Posts
    224
    Rep Power
    3

    Default

    You can do it like this: i = Worksheets ("Sheet2"). Range ("Z3") 2
    Range ("A3"). AutoFill Destination: = Range ("A3: A" & i) A +

Similar Threads

  1. Asus - Maximus III Formula
    By Ahmad Wilson in forum other peripherals
    Replies: 0
    Last Post: 11-02-2011, 09:37 AM
  2. ASUS Maximus Formula III over the top on P55
    By Denise Alfrida in forum other peripherals
    Replies: 0
    Last Post: 11-16-2010, 12:53 PM
  3. Excel's Formula
    By jordan in forum Everything Else
    Replies: 1
    Last Post: 11-22-2008, 05:48 PM
  4. ASUS Maximus Formula chips
    By vandana43 in forum CPU & Components
    Replies: 0
    Last Post: 03-10-2008, 01:22 PM

Tags for this Thread

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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48