RE: Formula Help
- From: Brad <Brad@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 6 Mar 2009 12:28:01 -0800
Not the most elegant but it works
Assume that your "Y" and "N" are in columns F - Q
Starting in column S enter the equation
=IF(F11="N",0,IF(AND(E11<>"Y",F11="Y"),10,R11+1))
and copy that across to column AD
Adjust the rows and columns as necessary...
If this helps - click yes this answers the question.
--
Wag more, bark less
"Erika" wrote:
I have a spreadsheet with sales reps and I am tracking points if they make.
their month or not. So for example
Jan Feb Mar April May June
John Doe Y N Y Y Y N
=10+0+10+11+12+0
Jane Smith N Y Y N Y Y
=0+10+11+0+10+11+12
I am trying to find a way to get a grand total - each month I come in the
spreadsheet and enter either a Y or a N. If they make their month they get
10 points, if they make their month the next month they get 11 points however
if they don't start over. The trick is if they don't make their month and
get a zero next they start back over at 10 and increase from there. I need
to track this for an entire year and keep a running total.
Any ideas?
- References:
- Formula Help
- From: Erika
- Formula Help
- Prev by Date: RE: Formula Help
- Next by Date: RE: Hiding rows with zero sum value
- Previous by thread: RE: Formula Help
- Next by thread: Re: Formula Help
- Index(es):
Relevant Pages
|