Can/Should this work?

A

Adam

Can the below actually be done? If so, am i just writing it incorrectly as
it doesn't seem to like it?

=IF(Data!AG4="USNUAD",DCOUNTA(Data!$1:$9999,"Instituition Decisions and
Responses",'Calculation
Sheet'!$U$45:$X$46),IF(Data!AG4="USNUAB",DCOUNTA(Data!$1:$9999,"Instituition
Decisions and Responses",'Calculation
Sheet'!$U$47:$X$48),IF(Data!AG4="PSDNUR",DCOUNTA(Data!$1:$9999,"Instituition
Decisions and Responses",'Calculation Sheet'!$U$49:$X$50),0)

Cheers
 
B

Bob Phillips

Not tested, but perhaps

=IF(Data!AG4="USNUAD",DCOUNTA(Data!$1:$9999,"Instituition Decisions and
Responses",'Calculation Sheet'!$U$45:$X$46),
IF(Data!AG4="USNUAB",DCOUNTA(Data!$1:$9999,"Instituition Decisions and
Responses",'Calculation Sheet'!$U$47:$X$48),
IF(Data!AG4="PSDNUR",DCOUNTA(Data!$1:$9999,"Instituition Decisions and
Responses",'Calculation Sheet'!$U$49:$X$50),0)))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Math Problem in Excel 7
formula patterns with a gap of two 0
Lottery 6
Sum if value above is X 4
Combining MATCH & LOOKUP formulas 7
NEED FORMULA HELP 1
INDEX MATCH formula 8
Return All Non-Blank Cells 6

Top