• The TUGBBS forums are completely free and open to the public and exist as the absolute best place for owners to get help and advice about their timeshares for more than 30 years!

    Join Tens of Thousands of other Owners just like you here to get any and all Timeshare questions answered 24 hours a day!
  • TUG started 30 years ago in October 1993 as a group of regular Timeshare owners just like you!

    Read about our 30th anniversary: Happy 30th Birthday TUG!
  • TUG has a YouTube Channel to produce weekly short informative videos on popular Timeshare topics!

    Free memberships for every 50 subscribers!

    Visit TUG on Youtube!
  • TUG has now saved timeshare owners more than $21,000,000 dollars just by finding us in time to rescind a new Timeshare purchase! A truly incredible milestone!

    Read more here: TUG saves owners more than $21 Million dollars
  • Sign up to get the TUG Newsletter for free!

    60,000+ subscribing owners! A weekly recap of the best Timeshare resort reviews and the most popular topics discussed by owners!
  • Our official "end my sales presentation early" T-shirts are available again! Also come with the option for a free membership extension with purchase to offset the cost!

    All T-shirt options here!
  • A few of the most common links here on the forums for newbies and guests!

Help with spreadsheet formula

Amy

TUG Member
Joined
Jun 7, 2005
Messages
999
Reaction score
0
Points
226
Location
Pacific NW
I'm a novice when it comes to spreadsheet formulas. I can do simple additions and multiplications, and that is pretty much it. I've got a spreadsheet where I've kept track of annual m/fs for points contracts at three different home resorts in one timeshare group. Now I'd like to to calculate the total average cost per point using a weighted average. If writing longhand this is the formula I would use in one of the fields to reach my result:

Average Annual Cost per point = ((D23x0.44)+(D28x0.38)+(D33x0.18))/3

KEY: 0.44 = home resort #1 as percentage of total points owned, 0.38 = home resort #2 as percentage of total points owned, and 0.18 = home resort #3 as percentage of total points owned. The D23, D28 and D22 refers to fields where I've identified the annual cost per point for each of those home resorts.

I cannot figure out which spreadsheet formula I should use and how to type out the formula in one of the fields. I tried the =SUMPRODUCTS formula but I obviously did not enter the formula correctly or that is the wrong formula to use. Could someone help? I am using the Google spreadsheet but I can switch to Excel if necessary.

Thanks in advance.
 

pjrose

TUG Review Crew: Veteran
TUG Member
Joined
Oct 28, 2005
Messages
8,739
Reaction score
15
Points
473
Location
Central PA USA
this is how I would do it using Excel 97:

=((D23*0.44)+(D28*0.38)+(D33*0.18))/(D23+D28+D33)


I think that's going to mess up because D23, 28, and 33 are already per point.

Instead, how about:

=average( (D23*0.44)+(D28*0.38)+(D33*0.18) )

PJ
 

Amy

TUG Member
Joined
Jun 7, 2005
Messages
999
Reaction score
0
Points
226
Location
Pacific NW
I think that's going to mess up because D23, 28, and 33 are already per point.

Instead, how about:

=average( (D23*0.44)+(D28*0.38)+(D33*0.18) )

PJ


Thank you both for your replies. This formula worked! I messed up above even in the long-hand formula because I should not have divided by 3. :eek: Boy, I need to brush up on my math skills by the time my kids are old enough to ask me for help.
 

pjrose

TUG Review Crew: Veteran
TUG Member
Joined
Oct 28, 2005
Messages
8,739
Reaction score
15
Points
473
Location
Central PA USA
I think that's going to mess up because D23, 28, and 33 are already per point.

Instead, how about:

=average( (D23*0.44)+(D28*0.38)+(D33*0.18) )

PJ

Thank you both for your replies. This formula worked! I messed up above even in the long-hand formula because I should not have divided by 3. :eek: Boy, I need to brush up on my math skills by the time my kids are old enough to ask me for help.

Uh oh - are you sure it worked? I messed up because I should have put commas not + signs between each of the three entries.

=average( (D23*0.44),(D28*0.38),(D33*0.18) )

however, the Average function divides the sum of the three entries by three.

I think what you need is the weighted sum:

=sum( (D23*0.44),(D28*0.38),(D33*0.18) )
(with commas, not plus signs)
 

Amy

TUG Member
Joined
Jun 7, 2005
Messages
999
Reaction score
0
Points
226
Location
Pacific NW
Uh oh - are you sure it worked? I messed up because I should have put commas not + signs between each of the three entries.

=average( (D23*0.44),(D28*0.38),(D33*0.18) )

however, the Average function divides the sum of the three entries by three.

I think what you need is the weighted sum:

=sum( (D23*0.44),(D28*0.38),(D33*0.18) )
(with commas, not plus signs)

If I use your original, the total for 2007 comes to $6.83, which seems accurate given the cost per point for home resort #1 = 7.19, #2 = 6.24, and #3 = 7.11. But if I change the plus signs to the commas between each of the three entries, then the result is $2.28, which does not look right. So the commas = the original total divided by 3. :confused:
 

caribbeansun

TUG Member
Joined
Jun 6, 2005
Messages
1,784
Reaction score
0
Points
36
Location
Ontario, Canada
You are averaging numbers that are already weighted which is giving you incorrect results.

(D23x0.44)+(D28x0.38)+(D33x0.18) is the correct formula and the answer based on the numbers you've provided is = $6.8146
 
Top