it took me a day or so, but I finally got this little guy to work... at least, well enough for now.
here's the code i used instead of the VLOOKUP:
(since vlookup wouldn't generate the list automatically from the actual check box)
(I made another helper array consolidating the x's and #%'s into a simple x or "" output for the indexing)
{=IFERROR(IF(COUNTIF(Budget!$AA$9:$AA$60,"x")>=ROWS(Budget!$O$9:$AA$9),INDEX(Budget!C$9:C$60,SMALL(IF(Budget!$AA$9:$AA$60="x",ROW(INDIRECT("1:"&ROWS(Budget!$U$9:$U$60)))),ROW(B1))),""),"")}
If you see any simplification, i'm all ears!
i've come across a new problem, but I'll make a separate post for that one.
Thanks again Melvin, you really got the ball rolling on this one. I really appreciate it.
-Tim
Bookmarks