Creating Frequency Ranges

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am tracking disk drive usuage on a large number of servers and created a
database using three tables: servers, serverVolumes and volumeHistory. I
need to create a summary report counting how many volumes are within certain
ranges of available space. For example, 25-30% = 10, 30-40% = 20, . . .,
95-100% = 10.

Is there anyway to do this in Access or do I need to dump the results into
Excel and use the Histogram Data Analysis Tool?
 
Use the Partion function.
Partition([amount],0,25000,5000)
[DataField], LowerLimit, UpperLimit, Increment
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top