Hi
I have an Access project which links to SQL tables. I'm using various queries to give me information.
I've been asked to produce some extrapolated figures. I need to basically take a number from my query (i.e. it may be 20) and then extrapolate that over the month using working days.
This is worked out by calculating the working days between today’s date (from 1st working day) to today. Divide a number in my query by this figure to get average for 1 day. Multiply this by the total of working days in month.
So if we take the figure 20 and we are currently 10 working days into the month, which consists of 24 working days then…
…20 / 10 = 2 (2 is the average number in 10 working days)
Multiply this by 24 = an extrapolated figure of 48
Has anyone ever produced a similar query with extrapolated figures using a working days function? I no Excel has the (networkdays) function but does Access have a similar one?
Thanks in advance
Andrew
I have an Access project which links to SQL tables. I'm using various queries to give me information.
I've been asked to produce some extrapolated figures. I need to basically take a number from my query (i.e. it may be 20) and then extrapolate that over the month using working days.
This is worked out by calculating the working days between today’s date (from 1st working day) to today. Divide a number in my query by this figure to get average for 1 day. Multiply this by the total of working days in month.
So if we take the figure 20 and we are currently 10 working days into the month, which consists of 24 working days then…
…20 / 10 = 2 (2 is the average number in 10 working days)
Multiply this by 24 = an extrapolated figure of 48
Has anyone ever produced a similar query with extrapolated figures using a working days function? I no Excel has the (networkdays) function but does Access have a similar one?
Thanks in advance
Andrew