+ Reply to Thread
Results 1 to 2 of 2

formula !!!!

  1. #1
    Rashid
    Guest

    formula !!!!

    Hi All,



    I have a worksheet from which I want to extract certain values from each row
    depending whether certain condition has met or not. The details are as
    follows:



    1. Column N has an "IF STATEMENT FORMULA" which puts an "X" if it does
    not meet the condition.

    2. From each row where there is "X" in column N, I want to paste the
    Values from Cell A4 and Cell Q4 in to cell X16 and Y16.

    3. Cell Q4 has a negative value. When being pasted in cell Y16, I want
    the values to change signs. So if there is negative value in Cell Q4 than in
    Y16 they should be positive and vice versa.



    Thanks for the help



    Rashid




  2. #2
    Forum Contributor
    Join Date
    08-07-2004
    Location
    Ohio, USA
    Posts
    114
    In cell("x16") put
    =IF(N2="x",A4,"") -- change the case of the "x" if you need upper case

    In cell("y16") put
    =IF(N2="x",Q4*-1,"") -- change the case of the "x" if you need upper case

+ 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