+ Reply to Thread
Results 1 to 4 of 4

Argument problem

  1. #1
    Registered User
    Join Date
    10-30-2005
    Location
    ca
    Posts
    1

    Argument problem

    I need help with this formula.

    Cell A1=$1001.00

    Cell B1=$1002.00

    I need C1 to =( B1*1% ) only if B1 is equal to or greater then A1


    I keep getting "#NAME" in the cell using my formula,,, obviously does not work.

    I discovered that sleeping during high school algelbra is now catching up to me.

    thank you for any help.

    Jim

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =if(b1<a1,0,b1*1.01)

    assuming you want zero if b1<a1
    not a professional, just trying to assist.....

  3. #3
    joeu2004@hotmail.com
    Guest

    Re: Argument problem

    caroj59 wrote:
    > I need help with this formula.
    > Cell A1=$1001.00
    > Cell B1=$1002.00
    > I need C1 to =( B1*1% ) only if B1 is equal to
    > or greater then A1


    You also have to decide what C1 should be if the
    condition is not met (i.e, B1 is less than A1).
    Here is the basic paradigm for C1:

    =IF(B1 >= A1, B1*1%, ...)

    You need to fill in "..." with the formula that
    you want.


  4. #4
    Ron Rosenfeld
    Guest

    Re: Argument problem

    On Sun, 30 Oct 2005 19:01:22 -0600, caroj59
    <caroj59.1xqs2b_1130720703.9737@excelforum-nospam.com> wrote:

    >
    >I need help with this formula.
    >
    >Cell A1=$1001.00
    >
    >Cell B1=$1002.00
    >
    >I need C1 to =( B1*1% ) only if B1 is equal to or greater then A1
    >
    >
    >I keep getting "#NAME" in the cell using my formula,,, obviously does
    >not work.
    >
    >I discovered that sleeping during high school algelbra is now catching
    >up to me.
    >
    >thank you for any help.
    >
    >Jim


    I do not see your formula in this post. Could you repeat it?


    --ron

+ 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