Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Copy and paste of data if matches Conditional calculation and pasting of the data

  1. #11
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,313
    Rep Power
    10
    I forgot to do that last bit to copy S10 value and paste it to S9 & S8
    That is very, very simple - See if you can do it.
    If you can't , I will add that bit later for you. I am away for many hours now.


    ( You are correct, you still need Function CL() )
    Last edited by DocAElstein; 05-19-2020 at 03:58 PM.
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    _...KILL A MODERATOR!!

  2. #12
    Senior Member
    Join Date
    Jul 2019
    Posts
    382
    Rep Power
    0
    No Probelm Doc Sir Take ur Time
    I am unable to make it u plz have a look once u r free Doc Sir
    Have a Awesome Day

  3. #13
    Senior Member
    Join Date
    Jul 2019
    Posts
    382
    Rep Power
    0
    Here i want a little change Doc Sir
    calculate the total value of column Q of ActualFile.xlsx and if it is Greater than S10 of ActualFile.xlsx then this macro should do the process else do nothing
    So plz relook Doc Sir for the same

  4. #14
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,313
    Rep Power
    10
    At end of macro
    Code:
    ' In Actual File, copy S10 Value to S9 and S8
     Ws.Range("S10").Copy
     Ws.Range("S8:S9").PasteSpecial Paste:=xlPasteValues
    End Sub
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    _...KILL A MODERATOR!!

  5. #15
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,313
    Rep Power
    10
    Quote Originally Posted by fixer View Post
    ... a little change ..
    calculate the total value of column Q of ActualFile.xlsx and if it is Greater than S10 of ActualFile.xlsx then this macro should do the process else do nothing ..
    Here is the new macro
    https://excelfox.com/forum/showthrea...ll=1#post13404

    ( These are the test ranges I used https://excelfox.com/forum/showthrea...ll=1#post13403 )
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    _...KILL A MODERATOR!!

  6. #16
    Senior Member
    Join Date
    Jul 2019
    Posts
    382
    Rep Power
    0
    Thnx Alot Doc Sir for helping me in solving this problem Sir
    Have a Awesome Day
    Problem Solved

  7. #17
    Senior Member
    Join Date
    Jul 2019
    Posts
    382
    Rep Power
    0
    Thnx Alot Doc Sir for helping me in solving this problem Sir
    Have a Awesome Day
    Problem Solved

Similar Threads

  1. copy data and paste it in another sheet
    By newbie2 in forum Excel Help
    Replies: 1
    Last Post: 07-15-2015, 06:21 PM
  2. copy data and paste it in another sheet
    By newbie2 in forum Excel Help
    Replies: 1
    Last Post: 07-15-2015, 01:38 PM
  3. Replies: 0
    Last Post: 04-20-2013, 10:07 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •