+ Reply to Thread
Results 1 to 2 of 2

change direction

  1. #1
    Registered User
    Join Date
    03-26-2012
    Location
    Australia
    MS-Off Ver
    Excel 2009
    Posts
    1

    change direction

    excel.jpg
    hi
    two questions
    1 in column h could you tell me how i combine the (if )function from h and i so that i only have 1 column of functions
    up in h5 is when c5 is greater than c4 and down is where d6 is less then d5
    2in column j could you tell me a formula so that the direction(either up or down )remains the same until there is at least 2 values in the opposite direction, while the direction is down there has to be a min or two cells of up to cause a change of value to up
    regards
    ian

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: change direction

    hello

    try...

    =if(c5>c4,"up",if(d6<d5,"down",""))

    =if(and(c5>c4,d6<d6),"down","")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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