View Single Post
 
Old 08-04-2015, 10:42 PM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default

Quote:
Originally Posted by gebobs View Post
OK...I was able to kludge together a formula that does it and is sortable. See attached.
By the way, I'd like to ask
Code:
' no error
=COUNTBLANK(INDIRECT("Sheet2!"&ADDRESS(MATCH(A2,Table2[Name],0)+1,2)&":"&ADDRESS(MATCH(A2,Table2[Name],0)+1,4)))

' return #REF
=COUNTBLANK(INDIRECT("Sheet2!"&ADDRESS(MATCH(A2,Table2[Name],0)+1,2)&":"&"Sheet2!"&ADDRESS(MATCH(A2,Table2[Name],0)+1,4)))

' Sheet2!B2:D2 (1st formula's result)
' Sheet2!B2:Sheet2!D2 (2nd formula's result)
' They should be the same (as a range)

Last edited by tinfanide; 08-05-2015 at 04:01 AM.
Reply With Quote