+ Reply to Thread
Results 1 to 3 of 3

If condition:one cell is greater than previous cell by at least a certain %?

  1. #1
    Registered User
    Join Date
    04-29-2009
    Location
    Alabama
    MS-Off Ver
    Excel 2003
    Posts
    2

    If condition:one cell is greater than previous cell by at least a certain %?

    Does anyone know how to include a condition in the condition? What I mean is in this set of numbers:
    1000(A) 1000(B) 1000(C) 1200(D) 500(E) 1000(F)

    I want excel to point out (with a 1, True, x, whatever) if (B) is greater than (A) by 10% or more and if (C) is greater than (B) and so on.

    I know I cant use =if(C>B,1,0)...Im just unsure how to include the % in the function

    Any help would be appreciated... Thanks
    Last edited by captnamazing; 04-29-2009 at 10:17 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: If condition:one cell is greater than previous cell by at least a certain %?

    Welcome to the forum.

    = b1 >= 110% * a1

    If you want one formula for all,

    =SUMPRODUCT(--(B1:F1 >= 110% * A1:E1)) = 5
    Last edited by shg; 04-29-2009 at 08:14 PM.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    04-29-2009
    Location
    Alabama
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: If condition:one cell is greater than previous cell by at least a certain %?

    Thanks for the welcome AND thanks for the help that was exactly what I was looking for.

+ 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