maniknandi
Member
I have a database like this:
City Project Status Amount
A Project A Open 3419
A Project B Closed 5407
B Project C Progress 2351
A Project D Closed 2185
B Project E Open 5501
my requirement is like this:
In a data validation under City 3 option A, B and "All".
If I select Äll, it will count the total no of projects Under Open, Closed & Progress
If I select A, it will count the total no of projects under Open, Closed & Progress (A only)
and similarly sum up the project cost
Thanks is advance.
City Project Status Amount
A Project A Open 3419
A Project B Closed 5407
B Project C Progress 2351
A Project D Closed 2185
B Project E Open 5501
my requirement is like this:
In a data validation under City 3 option A, B and "All".
If I select Äll, it will count the total no of projects Under Open, Closed & Progress
If I select A, it will count the total no of projects under Open, Closed & Progress (A only)
and similarly sum up the project cost
Thanks is advance.