+ Reply to Thread
Results 1 to 3 of 3

Greater than

  1. #1
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Greater than

    Morning everyone,

    I have a quick question and hopefully get some help
    Say i have information From Column A to Z. In cell Z1 I have a margin value, what i want to do is in cell ZZ1 i want the item code that is in A1 to show if the margin value is 20% or higher.... How can i do this?
    Last edited by esupply; 06-22-2010 at 11:40 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Greater than

    You mean?

    =IF($Z1>=20%,A1,"")

    or

    =IF(A1>=$Z1*1.2,A1,"")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Greater than

    Thank you. I put the =sign on the wrong side of the 20%.

+ 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