Results 1 to 13 of 13

check value increase continuously

Threaded View

  1. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: check value increase continuously

    Hello & Welcome to the board,

    If your data is as simple as your example...

    Try...

    =IF(C1<B1,"No",
         IF(D1<C1,"No",
         IF(E1<D1,"No",
         IF(F1<E1,"No",
         IF(G1<F1,"No","Yes")))))
    I guess you could use and OR setup also...

    =IF(OR(C3<B3,D3<C3,E3<D3,F3<E3,G3<F3),"No","Yes")
    Last edited by jeffreybrown; 11-05-2011 at 09:41 AM.
    HTH
    Regards, Jeff

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1