#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Suggestion

=(SUM(I5:U5))+F5-(COUNTA(I5:U5)*15)

this gives me a plus/minus balance for a team roster in Col A, dates are in
the range, which is added if they paid money or counted as present if there
is an x in the cell, F5 is a credit cell, and the count is $15 per session.
Now if I get enough people, I only need to charge $10 each week. Any ideas
on how to maybe mark the column the amount charged and have the plus/minus
work?
somehting like a counta-ifs function?
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Suggestion

Maybe this......

=(SUM(I5:U5))+F5-(IF(COUNTA(I5:U5)<X1,COUNTA(I5:U5)*15,COUNTA(I5:U5 *10)),
where X1 contains your crossover number.

Vaya con Dios,
Chuck, CABGx3



"Maarkr" wrote in message
...
=(SUM(I5:U5))+F5-(COUNTA(I5:U5)*15)

this gives me a plus/minus balance for a team roster in Col A, dates are
in
the range, which is added if they paid money or counted as present if
there
is an x in the cell, F5 is a credit cell, and the count is $15 per
session.
Now if I get enough people, I only need to charge $10 each week. Any
ideas
on how to maybe mark the column the amount charged and have the plus/minus
work?
somehting like a counta-ifs function?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Suggestion

well, the weekly dates are in the I5:U5 range, but I get your idea; count the
column of players and if I have over 20... (IF
(COUNTA(I5:I30)<20,COUNTA(I5:U5)*15... but each column is for a different
week...players/ this plus-minus formula are in the G5:G30 range... I could
think about switching this over to a table with the players in the top row
and dates in col A.

"clr" wrote:

Maybe this......

=(SUM(I5:U5))+F5-(IF(COUNTA(I5:U5)<X1,COUNTA(I5:U5)*15,COUNTA(I5:U5 *10)),
where X1 contains your crossover number.

Vaya con Dios,
Chuck, CABGx3



"Maarkr" wrote in message
...
=(SUM(I5:U5))+F5-(COUNTA(I5:U5)*15)

this gives me a plus/minus balance for a team roster in Col A, dates are
in
the range, which is added if they paid money or counted as present if
there
is an x in the cell, F5 is a credit cell, and the count is $15 per
session.
Now if I get enough people, I only need to charge $10 each week. Any
ideas
on how to maybe mark the column the amount charged and have the plus/minus
work?
somehting like a counta-ifs function?



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
suggestion Brenda Setting up and Configuration of Excel 5 October 30th 08 09:33 PM
How to see New Suggestion miroslj Excel Discussion (Misc queries) 1 December 9th 07 12:20 AM
I need a suggestion on... Atomic Storm New Users to Excel 5 May 3rd 07 11:27 PM
Suggestion IGFET909 Excel Worksheet Functions 5 April 4th 06 08:57 PM
Suggestion on this one? Dale Meredith Excel Discussion (Misc queries) 1 August 12th 05 12:36 AM


All times are GMT +1. The time now is 10:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"