View Single Post
 
Old 07-08-2013, 10:28 PM
dlowrey dlowrey is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Feb 2012
Posts: 29
dlowrey is on a distinguished road
Default OFFSET() inside of COUNTIF()

Update, I am a little closer. This formula doesn't throw an error, but also doesn't return a correct count.
=COUNTIF($A$4:$AB$54,TEXT(AD5,""+TEXT(OFFSET(Selec tion,0,1,1,1),"x")))

I think the problem is Excel needs to know which cell from which to offset. "Selection" does not seem to do the trick. So, maybe I need to know how to detect each cell as CountIF() iterates through the range. Am I on the right track?

Thanks
Reply With Quote