Aussie John Posted August 16, 2007 Posted August 16, 2007 Hi I have a database (see attached) which assesses the condition of a room. There will be a number of categories but for simplicity have only shown two. What I need some sort of weighted average. in the example finishes are given an importance of 5 out of 10. and safety 10 out of 10. I want the weighted value to calculate as follows; 1 rating --calc-->1 5 rating--calc-->5 3-4 rating--calc--->somewhere in between dependant on the importance I think I need a log scale. The idea is if all the categories are rated as 5 then the result average must be 5 (likewise 1 at opposite end). Probably trying to do something mathematically inept but… Thanks test.fp7.zip
comment Posted August 16, 2007 Posted August 16, 2007 I don't know - it seems simple enough to me. Each category has a value and a weight. You multiply each value by its weight, sum the results, and divide by the sum of weights. test.fp7.zip
Aussie John Posted August 16, 2007 Author Posted August 16, 2007 Thanks - a heavy head cold wasnt helping me much yesterday
Recommended Posts
This topic is 6307 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now