Formula Help... PLEASE

S

stan

Hello,

I'm entering the following formula:


IF(COUNT(IF(YEAR(SCGU!$C$2:$C$160)=$A9,SCGU!D$2:D$160,""))=12,(PRODUCT(1+(IF(YEAR(SCGU!$C$2:$C$160)=$A9,SCGU!D$2:D$160,0))/100)-1)*100,"")

But am getting zero's instead of a blanks. There are no contents in the
cells that it is referencing so there should be blanks.

What am I doing wrong?
 
J

Joel

I found the problem. Replace the ***0*** with ""

IF(COUNT(IF(YEAR(SCGU!$C$2:$C$160)=$A9,SCGU!D$2:D$160,""))=12,(PRODUCT(1+(IF(YEAR(SCGU!$C$2:$C$160)=$A9,SCGU!D$2:D$160,***0***))/100)-1)*100,"")
 

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