+ Reply to Thread
Results 1 to 3 of 3

Function possible?

  1. #1
    EM
    Guest

    Function possible?

    I need a weird function for my excel-sheet.

    A1=B1 * 0.016 , but I need it to say in A1 'Not Payable', if the B1 is less
    than 10 ?....

    Is it even possible?

    -confused Erin, struggling with a course project-



  2. #2
    Niek Otten
    Guest

    Re: Function possible?

    In A1:

    =IF(B1<10,"Not Payable",B1*0.016)

    --

    Kind Regards,

    Niek Otten

    Microsoft MVP - Excel

    "EM" <em64@suomi24.fi> wrote in message
    news:ctpsaf$jr4$1@nyytiset.pp.htv.fi...
    >I need a weird function for my excel-sheet.
    >
    > A1=B1 * 0.016 , but I need it to say in A1 'Not Payable', if the B1 is
    > less
    > than 10 ?....
    >
    > Is it even possible?
    >
    > -confused Erin, struggling with a course project-
    >
    >




  3. #3
    EM
    Guest

    Re: Function possible?

    Thanks!!!

    U made my day!

    -erin-






    "Niek Otten" <nicolaus@xs4all.nl> kirjoitti
    viestissä:umzfkQPCFHA.3092@TK2MSFTNGP10.phx.gbl...
    > In A1:
    >
    > =IF(B1<10,"Not Payable",B1*0.016)
    >
    > --
    >
    > Kind Regards,
    >
    > Niek Otten
    >
    > Microsoft MVP - Excel
    >
    > "EM" <em64@suomi24.fi> wrote in message
    > news:ctpsaf$jr4$1@nyytiset.pp.htv.fi...
    > >I need a weird function for my excel-sheet.
    > >
    > > A1=B1 * 0.016 , but I need it to say in A1 'Not Payable', if the B1 is
    > > less
    > > than 10 ?....
    > >
    > > Is it even possible?
    > >
    > > -confused Erin, struggling with a course project-
    > >
    > >

    >
    >




+ 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