Hi Hilary,
thank you for responding. I took a
look at your file and actually saw this on another post. Unfortunately in my
instance the user is not entering information. I'll try to explain better.
- I have a list that holds a list of
projects with other meta data like planned number of tests, actual number of
tests, current status, trending status
When the form opens, I am trying to
display a table with the below for each project
ex.
Project
Name
|
Planned
Total Number of Tests
|
Actual
Total Number of Tests
|
Number
of Completed Tests
|
Number
of Uncompleted Tests
|
Present
Status
|
Trending
Status
|
Project
A
|
22
|
68
|
34
|
[count
total tests for project – number of completed tests)
|
Green
|
Yellow
|
Project
B
|
46
|
88
|
57
|
|
Red
|
Green
|
Project
C
|
78
|
54
|
76
|
|
Yellow
|
Red
|
I know a query and potentially some
formulas would need to be done because the list doesn't look like above.
Some need to count each test
item in the list associated with the Project. Others need to count the entire
list for the given project where "Green" or some other color is
present
Then I need to build the table above
with what is returned so it shows the appropriate information for the
give project.
does that make more sense?
thanks again for your help!