+ Reply to Thread
Results 1 to 3 of 3

When condition true, need to copy range,

  1. #1
    Registered User
    Join Date
    11-10-2016
    Location
    Sri Lanka
    MS-Off Ver
    2010
    Posts
    77

    When condition true, need to copy range,

    dear sir,

    H column calculation ....
    H3=(F2-F3)*100
    H4=(F2-F4)*100
    H5=(F2-FF5)*100
    .....................
    .....................
    When Hn value >=+or-10;That row ,Bn value - B2 write In Jn.
    Then
    Hn+1=Hn-Hn+1
    Hn+2=Hn-Hn+2
    ....................
    ...................
    Hn+n value >=+or-10 ;That row ,Bn+n value - Bn write In Jn+n

    ....................................
    .........................................
    This manual calculation attached .
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-17-2016
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    30

    Re: When condition true, need to copy range,

    For J5 : =IF(OR((H5>10);(H5<-10));B5-$B$4;"")

    For H3 : =IF(J2="";($F$2-F3)*100;($F$2-F3)*100-H2)

  3. #3
    Registered User
    Join Date
    11-10-2016
    Location
    Sri Lanka
    MS-Off Ver
    2010
    Posts
    77

    Re: When condition true, need to copy range,

    No it is wrong.

+ 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. When condition true, need to copy range,
    By nnish in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-18-2016, 06:26 AM
  2. When condition true, need to copy range,
    By nnish in forum Excel General
    Replies: 2
    Last Post: 11-17-2016, 11:24 AM
  3. Replies: 1
    Last Post: 03-09-2016, 03:57 AM
  4. [SOLVED] Copy all row if condition is true
    By norlax in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-13-2014, 12:01 PM
  5. if condition is true then copy the range to other range
    By pedjvak in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-21-2013, 04:56 AM
  6. open a comment to cell range upon true condition then removing comment on false condition
    By ferrum_equitis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-08-2012, 12:55 AM
  7. if condition is true then copy the formula in the other cell
    By pedjvak in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-01-2012, 02: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