Help! Formula Needed

G

Guest

I'm new at this. I added two field to an Excel Expense Report Template, but I
do not know have to what formula to use to calculate the totals.

These are the fields: Hotel, Transportation, Fuel, Meals, Phone,
Entertainment, Misc, and Total. But I inserted these two fields: # of Miles
and Mileage Rate (40.5 cent). I am not sure how to include the two added
field into the formula.

Please Help.
 
B

Bob Phillips

sound like just SUM, or is that too simple? If Miles are inserted in column
H and mileage rate in I, with total moving across to J, then just use

=sum(A2:G2)+H2*M2
 
R

RagDyeR

With existing fields in A to G,
And mileage in Column H, and mileage rate in Column I,

Revise your SUM() formula to something like this:

=SUM(A2:G2,H2*I2)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

I'm new at this. I added two field to an Excel Expense Report Template, but
I
do not know have to what formula to use to calculate the totals.

These are the fields: Hotel, Transportation, Fuel, Meals, Phone,
Entertainment, Misc, and Total. But I inserted these two fields: # of Miles
and Mileage Rate (40.5 cent). I am not sure how to include the two added
field into the formula.

Please Help.
 
R

RagDyeR

The I and M keys are *not* next to each other, even on your keyboard, so
....?<g>
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

sound like just SUM, or is that too simple? If Miles are inserted in column
H and mileage rate in I, with total moving across to J, then just use

=sum(A2:G2)+H2*M2
 
G

Guest

Thanks for your help. But I still having problems.

Here is the actual order of the columns.

Date, Description, Hotel, Transportation, Fuel, Meals, Phone,
Entertainment, Misc, and Total. I inserted # of Miles and Mileage Rate
(40.5 cent). between Misc and Total. I tried the formula you gave me, but I
don't think the total was correct. I enter the mileage rate as 40.5...could
that be the problem.

Please let me know. Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top