Multiple Arguments - New Twist

D

dansargeant

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
 
B

Bob Phillips

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" <[email protected]>
wrote in message
news:[email protected]...
 

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

Top