Forum Discussion
Beginner at Formulas... need help
I need to take the total from column Adlts (column E) and multiply that number by 25, putting the sum in column Ex25 (Column F). Column E are the number of adults that have to pay for a dinner (Column C and D are excluded from payment) and each dinner is $25.00.
St Lname | St Fname | Stu | Prec | Adlts | Ex25 |
Sample | Jane | 1 | 2 | 3 | $75.00 |
4 Replies
- mathetesSilver Contributor
If all you're looking for is the formula to multiply 3 by 25, assuming the first number is in Column E and Row 2 of your spreadsheet, and your formula is going into cell F2, the formula would be
=E2*25
But if you're actually looking for the adults to share the cost of students (a guess at what "Stu" represents) and whatever "Prec" stands for....then I'd ask you to spell this whole situation out a bit more. And, ideally, please upload the actual spreadsheet you're developing along with that more thorough explanation.
- johne1650Copper Contributor
John. I have done something stupid.
Now when I type in =B45-C12, instead of getting a number, I get =B45-C12. What have I done?
- SaviaIron ContributorThis would just be:
=E2*25