Concordedly
New Member
Okay, what I need is very simple and I'm probably overlooking an obvious function in Excel that will make this very easy:
Scenario:
Every single point is worth a nickel, .05
Every ten points are worth a dollar, 1.00
However,
If one has 10 points, you only get 1.00
If one has 11 points, you only get 1.05
If one has 21 points, you only get 2.05
So, it would seem to me that a conditional based on input would work, but I need excel to calculate multiple IF/THEN functions based off of a single input.
What I tried was following:
Input Cell = A1
Function (Which I will name A2): IF(A1>=10,A1-10,A1)
Function (Which I will name A3): A2*.05
Function (Which I will name A4): IF(A1>=,A3+1,A3)
My issue is, this only accounts for when someone scores points over ten and over, but below twenty.
Is there a way to make it for every ten points we add $1.00 and anything else just .05?
Scenario:
Every single point is worth a nickel, .05
Every ten points are worth a dollar, 1.00
However,
If one has 10 points, you only get 1.00
If one has 11 points, you only get 1.05
If one has 21 points, you only get 2.05
So, it would seem to me that a conditional based on input would work, but I need excel to calculate multiple IF/THEN functions based off of a single input.
What I tried was following:
Input Cell = A1
Function (Which I will name A2): IF(A1>=10,A1-10,A1)
Function (Which I will name A3): A2*.05
Function (Which I will name A4): IF(A1>=,A3+1,A3)
My issue is, this only accounts for when someone scores points over ten and over, but below twenty.
Is there a way to make it for every ten points we add $1.00 and anything else just .05?