need help with formula

dwatso

New Member
Joined
Mar 3, 2011
Messages
3
i need to find the saving between $ based start date -

I have =sum(a1 divided by 2080) X days 360 (d1, g1) but it is not coming out right...

Can someone help.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
You question is a little unclear, but do you mean
D1 is the start date and G1 is the end date ?
If so, try
Code:
=SUM(A1/2080)*(G1-D1)
 
Upvote 0
Thanks! Yes, that is what I mean but in addition to your suggestion I need to include the days 360 formula

so...

for istance
a1=actual salary
d1=proposed start date
f1=actual start date

=sum (a1/2080)*days360 (d1,f1)

I need to figure out the total savings of actual salary based on actual strt date

Does this make sense?
or do you need more info??

Thanks!
 
Upvote 0
Thanks! Yes, that is what I mean but in addition to your suggestion I need to include the days 360 formula

so...

for istance
a1=actual salary
d1=proposed start date
f1=actual start date

=sum (a1/2080)*days360 (d1,f1)

I need to figure out the total savings of actual salary based on actual strt date

Does this make sense?
or do you need more info??

Thanks!

Looks like you're taking hourly rate times # of days (rather than hours).
How about =A1/2080*Days360(d1,f1)*8
 
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,786
Members
452,942
Latest member
VijayNewtoExcel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top