Hi - I paid a pound and bought one from ebay. They sent it me via email and
I have it on my desktop!
It's brill!
M
> Hey,
> Does anyone know of a website where I can calculate ww points on-line?
> I'm at work and I don't have my paper slide-y thing here...
> Thanks and please me kind as this is my first post!
There might be something on the Weight Watchers Web site. There hav
been some calculators around the Web, but WW has done a thorough job o
hunting them down and expunging them for copyright/patent reasons.
If you don't mind doing a little math, here's the formula as I found i
on-line:
(calories/50) + (fat/12) - (fiber/5) = points
where:
- fat & fiber are in grams
- you have to limit fiber to no more than 4 grams
- you round points up to the nearest integer
If you use Microsoft Excel, you can put calories, fat, and fiber i
cells A1, B1, C1, and then put this in D1 to calculate the number o
points:
=ROUNDUP((A1/50) + (B1/12) - (MIN(C1,4)/5),0)
If I typed that correctly, it should work.
--Gary
PeterBrenner Wrote:
> Hey,
> Does anyone know of a website where I can calculate ww points on-line?
> I'm at work and I don't have my paper slide-y thing here...
> Thanks and please me kind as this is my first post
--
Gary
welcome, Lee
> Hey,
> Does anyone know of a website where I can calculate ww points on-line?
> I'm at work and I don't have my paper slide-y thing here...
> Thanks and please me kind as this is my first post!