+ Reply to Thread
Results 1 to 3 of 3

The goal is 5 per 100 transactions, how do I write formula for %

  1. #1
    andy3468
    Guest

    The goal is 5 per 100 transactions, how do I write formula for %

    I'm new to Excel and I'm trying to write this formula; please help!

    For example:

    100 Transactions done today
    5 subscriptions
    =100%

    andy

  2. #2
    Gary''s Student
    Guest

    RE: The goal is 5 per 100 transactions, how do I write formula for %

    In A1 put 100
    In A2 put 5
    In A3 put =A2*20/A1 and format as percentage
    --
    Gary's Student


    "andy3468" wrote:

    > I'm new to Excel and I'm trying to write this formula; please help!
    >
    > For example:
    >
    > 100 Transactions done today
    > 5 subscriptions
    > =100%
    >
    > andy


  3. #3
    CLR
    Guest

    RE: The goal is 5 per 100 transactions, how do I write formula for %

    With your Transactions in A1, and your Subscriptions in A2, Type this formula
    in A3

    =LOOKUP(A2/A1,{0,0.05,0.051},{"less than 100%","100%","Over 100%"})

    hth
    Vaya con Dios,
    Chuck, CABGx3



    "andy3468" wrote:

    > I'm new to Excel and I'm trying to write this formula; please help!
    >
    > For example:
    >
    > 100 Transactions done today
    > 5 subscriptions
    > =100%
    >
    > andy


+ 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