iPad Numbers formula help
This is a discussion on iPad Numbers formula help within the iWork Forum forums, part of the iPad App Store category; 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 ...
-
iPad Noob!
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!
-
02-18-2011 09:39 PM
-
iPF Novice
Have you tried looking in Apples support discussions for Numbers? If the problem is with your formula, not so much with the iPad.
-
iPF Elite
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.
-
iPad Fan!
=IF(C2<>0,+C2*0.035+0.15,0)
I am old school. :-)
-
iPad Noob!
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.
-
iPad Fan!
=C2-((C2*.035)+.15) if you want to know what your net is.
That IS what you want to know, right?
-
iPF Novice
(C2*.035)+.15 should tell you the bank's share. pbansen's formula will indeed show you your cut.
Beyond here, there be dragons.
-
iPad Fan!
Here's the answer, finally!

Originally Posted by
Bimjo
(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?
-
iPF Elite
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.
-
iPad Addict

Originally Posted by
Zera
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By BoredFatMan in forum iWork Forum
Replies: 3
Last Post: 05-11-2011, 01:19 PM
-
By Hal05154 in forum iWork Forum
Replies: 3
Last Post: 01-23-2011, 03:37 PM
-
By Gabi in forum Off-Topic
Replies: 3
Last Post: 09-21-2010, 02:04 AM
Search tags for this page
criar formula numbers ipad
,
formulas de numbers en pad
,
formulas in numbers for ipad
,
help for numbers on my ipad
,
how to add percentage formula on numbers apple
,
how to get percentages, numbers app
,
i pad numbers true false test formula
,
if statements in numbers for ipad
,
ipad numbers category
,
ipad numbers formula problems
,
markup formula numbers.app
,
numbers app formulas
,
numbers app if formula text search error
,
numbers commands ipad
,
numbers for ipad help
,
numbers for ipad tip for formula
,
numbers ipad formulas
,
numbers ipad help
,
numbers spreadsheet formulas. ipads
,
understanding formulas in the numbers app for ipad
Click on a term to search for related topics.