+ Reply to Thread
Results 1 to 7 of 7

PLease assit me with an IF then statement.

  1. #1
    Registered User
    Join Date
    08-22-2012
    Location
    South africa
    MS-Off Ver
    Excel 2007
    Posts
    14

    PLease assit me with an IF then statement.

    Hi,

    Basically i have cells that already have values based on formulas that have been placed.

    What i need to do is compare the two cells and come out with a value. The values in B1 are in percentage form. The values in A1 are numbers.

    values are in A1 and B1. The outcome must reflect in C1

    What i need to test is: IF A1=or >1 then C1 must reflect 0%. IF not then the value in B1 must reflect in C1?

    I've tried this formula but its not working. =IF(A1=>1,0%,=b1)
    im not sure where im going wrong.

    As you've guessed im an excel noob.

    Thanks for the assist.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: PLease assit me with an IF then statement.

    Hi,

    Presumably

    =IF(A1>=1,0,B1)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,418

    Re: PLease assit me with an IF then statement.

    Try it like this:

    =IF(A1=>1,0,B1)

    Format the cell as percentage.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    06-08-2012
    Location
    Liverpool
    MS-Off Ver
    Office 365
    Posts
    84

    Re: PLease assit me with an IF then statement.

    Very close. Just take the second equals sign out -

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You may also need to format C as a percentage

  5. #5
    Registered User
    Join Date
    08-22-2012
    Location
    South africa
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: PLease assit me with an IF then statement.

    Perfect. thank you everyone. cant believe i couldnt do something so simple.

    Reps given

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: PLease assit me with an IF then statement.

    Quote Originally Posted by Sun13Banjo View Post
    Very close. Just take the second equals sign out -

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Percy Pedant here.
    I think you meant the third = sign, but I know what you mean

  7. #7
    Registered User
    Join Date
    06-08-2012
    Location
    Liverpool
    MS-Off Ver
    Office 365
    Posts
    84

    Re: PLease assit me with an IF then statement.

    I did. Well spotted

+ 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