Statement

L

lmossolle

Could someone please assist with this?

I would like to count the y's in a complete field and then subtract it from
the awarddays field. Where assigned = Carla.

=Sum(IIf([complete]-[awarddays],1,0))

Thanks
 
J

John Spencer

= Abs(SUM([Complete]="Y" and [Assigned] = "Carla") ) - Abs(Sum([Assigned] =
"Carla" * [AwardDays]))

Perhaps you could post a few records and then what you expect to see as the
result.
--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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

Avg for querry 3
Query Help 3
% Planned Work Complete 0
Sum Function 1
MS Project. Real progress of the project, % complete 1
Weighted % Complete calculation 1
Cumulative formula for word table 0
Sum Function 4

Top