Welcome to iPadForums.net Guest - Click Here to Register
iPadForums.net is the original Apple iPad Forum! Registered Users do not see these ads. Please Register - It's Free!
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
  1. #1
    iPad Noob!
    Member #
    34555
    Join Date
    Feb 2011
    Location
    Missouri, MO
    Posts
    3

    iPad Numbers formula help

    I run a business and I want to keep a spreadsheet on my iPad so I have the numbers app. So far I've been really pleased with it. I am used to excel but am by no means an expert in the program so I've noticed numbers is more straight forward and seems easier.

    My problem is this - I need to have a formula that will tell me what percentage I'm paying my credit card company each time I swipe a card.
    Example.

    Cost is $70 CC company charges me 3.5%+ $.15

    $70 is in cell C2

    my formula is C2 X .035 + .15
    OR
    C2 X(.035+.15)

    Formula C2x(.035+.15) works when I have nothing entered into cell C2 but gives me the answer of 12.95 when I have $70 in C2

    Formula C2 x .035+.15 is fine when I have $70 in C2 but shows up as .15 when I have nothing in cell C2.

    I have a feeling this is a simple formula that I am screwing up somewhere, somehow. I appreciate any help that is possible.

    Thanks!

  2. Ads


  3. #2
    iPad Fan
    Member #
    31439
    Liked
    9 times
    Join Date
    Jan 2011
    Posts
    133
    Have you tried looking in Apples support discussions for Numbers? If the problem is with your formula, not so much with the iPad.

  4. #3
    iPF Legend
    Member #
    28530
    Liked
    621 times
    Join Date
    Jan 2011
    Location
    Dayton, WA
    Posts
    13,308
    You need to use a conditional. You can find the IF command under functions, Categories (tab), Logical and Informational.

    = IF C2, C2 X .035 + .15, 0

    The first part tests if C2 is true or false. True is any value other than 0. The second part is what happens when C2 is true (not 0). The last part is what happens when C2 is 0. You set the answer to zero, since I'm figuring you own nothing if you spend nothing. Each section is separated by a comma.

    Note: A blank cell will also test as false, giving you a zero answer.
    Last edited by twerppoet; 02-19-2011 at 12:37 AM.

  5. #4
    iPad Fan!
    Member #
    19100
    Join Date
    Oct 2010
    Location
    Tampa
    Posts
    18
    =IF(C2<>0,+C2*0.035+0.15,0)

    I am old school. :-)

  6. #5
    iPad Noob!
    Member #
    34555
    Join Date
    Feb 2011
    Location
    Missouri, MO
    Posts
    3
    Thanks! I need it that way to understand how to put it in.
    But I am still getting told I have a syntax error.
    Last edited by Zera; 02-28-2011 at 12:09 AM.

  7. #6
    iPad Fan!
    Member #
    88030
    Join Date
    Aug 2011
    Location
    Truckee, California
    Posts
    6
    =C2-((C2*.035)+.15) if you want to know what your net is.

    That IS what you want to know, right?

  8. #7
    iPF Novice
    Member #
    62766
    Liked
    2 times
    Join Date
    Jun 2011
    Location
    Washington state
    Posts
    79
    (C2*.035)+.15 should tell you the bank's share. pbansen's formula will indeed show you your cut.
    Beyond here, there be dragons.

  9. #8
    iPad Fan!
    Member #
    88030
    Join Date
    Aug 2011
    Location
    Truckee, California
    Posts
    6

    Smile Here's the answer, finally!

    Quote Originally Posted by Bimjo View Post
    (C2*.035)+.15 should tell you the bank's share. pbansen's formula will indeed show you your cut.
    Bimjo's formula shows what you're paying the bank in fees expressed in dollars, but to finally address your original question, if you want to know what you are paying in fees expressed as a percentage, the formula would be

    =(((C2*0.035)+0.15)/C2)*100

    For $70, the answer would be 3.71%

    That only took six months - not bad, eh?

  10. #9
    iPF Legend
    Member #
    28530
    Liked
    621 times
    Join Date
    Jan 2011
    Location
    Dayton, WA
    Posts
    13,308
    The formula cells can be formatted to display percentages, so that .371 displays as 3.71%. This is advantageous if you want to do any further calculations with the results, since you will not have to first divide by 100.

    All the formulas that do not have a conditional (IF) statement will fail on a zero entry. They either show a false value (.15 or -.15) or will cause an error when dividing by zero.

    Of course you can argue, why would you enter a zero amount to begin with? But the OP did ask for a formula that would not fail on zero, at least by implications.

    I'm sorry I missed the last post. I did not know that the OP was having trouble entering the formula. Since we haven't seen a response I doubt he/she is around to for further help, and has likely solved the problem already.

  11. #10
    iPad Ninja
    Member #
    49414
    Liked
    87 times
    Join Date
    Apr 2011
    Location
    North Carolina
    Posts
    1,962
    Quote Originally Posted by Zera View Post
    Thanks! I need it that way to understand how to put it in.
    But I am still getting told I have a syntax error.
    Well, your formulas are not identical, i.e. the first one is correct, but the second one is really C2X(.035 + .15) which is C2X(.185), hence the reason you are obtaining $12.95 rather that the correct answer of $2.60.


Advertisements

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Numbers help with formula running down a page
    By BoredFatMan in forum iWork Forum
    Replies: 3
    Last Post: 05-11-2011, 01:19 PM
  2. Numbers Formula Instructions
    By Hal05154 in forum iWork Forum
    Replies: 3
    Last Post: 01-23-2011, 03:37 PM
  3. Formula One Car Crash Video
    By Gabi in forum Off-Topic
    Replies: 3
    Last Post: 09-21-2010, 02:04 AM

Search tags for this page

formulas in numbers for ipad
,
how to use formulas in numbers
,
how to write a percentage formula in iwork numbers
,

ipad numbers help

,
numbers app formulas
,
numbers for ipad help
,
numbers formulas ipad
,
numbers formulas percentage
,
numbers help ipad
,
numbers ipad formulas
,
numbers on ipad help
,
percentage formula in numbers
Click on a term to search for related topics.