Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dansargeant
 
Posts: n/a
Default Multiple Arguments - New Twist


Hi to all,
Biff helped me wonderfully with a similar problem a few minutes ago.
This is so similar but the same function will not work. I'm using this
formula =COUNTIF(D6:D11,"0")*1495 to calculate tuition for grades 1-12
if they are local students. If D6:D11 contains numbers 1-12, and the
Adjacent column E6:E11 contains the word "Local", I want it to multply
by 1495. What formula will check for these two arguments?

Thanks to anyone who can help

Dan


--
dansargeant
------------------------------------------------------------------------
dansargeant's Profile: http://www.excelforum.com/member.php...o&userid=13852
View this thread: http://www.excelforum.com/showthread...hreadid=520960

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Multiple Arguments - New Twist

Just adapt it

=SUMPRODUCT(--(D6:D11=1),--(D6:D11<=12),--(E6:E11="Local"))*1495

you maybe don't need the <=12 check, just my caution.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"dansargeant"
wrote in message
...

Hi to all,
Biff helped me wonderfully with a similar problem a few minutes ago.
This is so similar but the same function will not work. I'm using this
formula =COUNTIF(D6:D11,"0")*1495 to calculate tuition for grades 1-12
if they are local students. If D6:D11 contains numbers 1-12, and the
Adjacent column E6:E11 contains the word "Local", I want it to multply
by 1495. What formula will check for these two arguments?

Thanks to anyone who can help

Dan


--
dansargeant
------------------------------------------------------------------------
dansargeant's Profile:

http://www.excelforum.com/member.php...o&userid=13852
View this thread: http://www.excelforum.com/showthread...hreadid=520960



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dansargeant
 
Posts: n/a
Default Multiple Arguments - New Twist


Hi Bob,

Thanks for the Help! It worked great!!
DS


--
dansargeant
------------------------------------------------------------------------
dansargeant's Profile: http://www.excelforum.com/member.php...o&userid=13852
View this thread: http://www.excelforum.com/showthread...hreadid=520960

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
Count occurances of multiple arguments TARS1 Excel Discussion (Misc queries) 6 July 19th 06 05:13 PM
how do I count with multiple arguments Chris G Excel Worksheet Functions 1 February 1st 06 05:45 PM
multiple "if" arguments Bob Excel Discussion (Misc queries) 9 January 2nd 06 07:08 PM
Multiple vlookup arguments ichall Excel Worksheet Functions 2 October 19th 05 10:47 PM
Summing across multiple sheets with a twist hillmic Excel Worksheet Functions 5 June 27th 05 04:56 PM


All times are GMT +1. The time now is 12:24 AM.

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"