+ Reply to Thread
Results 1 to 2 of 2

Greater or Lesser Than Formula

  1. #1
    MBoozer
    Guest

    Greater or Lesser Than Formula

    The numerical data in cell A10 will be between 0 and 100. I want to enter a
    formula in cell A50 that is based on the value in A10. However, the formula
    will be vary depending on if A10 is <33% or >33%. Something like this:
    IF A10 > 33% Then ((A10*0.35)/2000)
    OR IF A10<33% Then ((A10*0.75)/50)

    Any ideas on the syntax for such a formula? Thanks.


  2. #2
    Forum Contributor
    Join Date
    01-10-2006
    Location
    Ahmedabad, India
    MS-Off Ver
    Office 2000
    Posts
    346
    Quote Originally Posted by MBoozer
    The numerical data in cell A10 will be between 0 and 100. I want to enter a
    formula in cell A50 that is based on the value in A10. However, the formula
    will be vary depending on if A10 is <33% or >33%. Something like this:
    IF A10 > 33% Then ((A10*0.35)/2000)
    OR IF A10<33% Then ((A10*0.75)/50)

    Any ideas on the syntax for such a formula? Thanks.
    formula for A50 could be

    =IF(A10<0.33,(A10*0.35)/2000,(A10*0.75/50))

    I assuming that A10 has 0.33 when you say 33%. If it is 33 or something change the formula accordingly

    A V Veerkar

+ 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