Drasston369
New Member
- Joined
- Oct 7, 2017
- Messages
- 9
I feel a bit blonde posting this. But I need an if statement and can't quite get it right.
I want it to calculate a percentage then show a word based on the result.
So there will be 4 words.
If a2 is less than 90% of a1 then the word will show "Bronze"
if a2 is 90-90% of a1 then the word will show "Silver"
if a2 is 100-109% of a2 then the word will show "Gold"
if a2 is greater than a1 then the word will show "Platinum"
I'm having trouble with getting the ranges correct.
So ideally
if A2=80 and A1 is 100 then A3 will show "Bronze".
if A2 was 95 and A1 is 100 then A3 will show "Silver"
if A2 is 104 and A1 is 100 then A3 will show "Gold"
if A2 is 140 and A1 is 100 then A3 will show "Platinum"
Thanks guys
I want it to calculate a percentage then show a word based on the result.
So there will be 4 words.
If a2 is less than 90% of a1 then the word will show "Bronze"
if a2 is 90-90% of a1 then the word will show "Silver"
if a2 is 100-109% of a2 then the word will show "Gold"
if a2 is greater than a1 then the word will show "Platinum"
I'm having trouble with getting the ranges correct.
So ideally
if A2=80 and A1 is 100 then A3 will show "Bronze".
if A2 was 95 and A1 is 100 then A3 will show "Silver"
if A2 is 104 and A1 is 100 then A3 will show "Gold"
if A2 is 140 and A1 is 100 then A3 will show "Platinum"
Thanks guys