blue said:
i need to calculate a % i need to give a percentage
to a mark of 67/70 and make it 30% of the total
I am not sure what you mean by "make it 30%".
I think you are trying to say that the 70-point test counts for 30% of your
grade. You want to compute your percentage on the test -- 67/70 -- and you
want to compute your percentage of the total grade. If that's the case,
then....
For your percentage on the test, put the following into A1:
=67/70
and formatted as Percentage.
For your percentgage of the total, put the following into A2:
=A1*30%
formatted as Percentage.
If that is not what you are looking for, please explain your problem more
completely. Provide numerical examples that you have calculated by hand.
And "show your work".