![]() |
|
|
|
#1
|
|||
|
|||
|
OK...I was able to kludge together a formula that does it and is sortable. See attached. |
|
#2
|
|||
|
|||
|
Quote:
Many thanks for your help! |
|
#3
|
|||
|
|||
|
Quote:
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. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Insert a Excel table in an existing PowerPoint table | Vallin | PowerPoint | 1 | 03-09-2015 06:25 AM |
If (C1 = refer to a cell in a range) then (show the description in C2) & (corresponding price in C3)
|
lily | Excel | 9 | 10-23-2014 06:21 AM |
| How to change the path of a table copied by excel in word as linked table RTF? | Cristin7 | Word VBA | 3 | 03-10-2014 05:25 AM |
| update one embedded excel table based on another excel table | ajetrumpet | Word | 0 | 07-05-2013 08:51 PM |
| How do I refer to page numbers, when the numbers change as I prepare the document? | StevenD | Word | 5 | 11-29-2012 12:52 AM |