Forum Discussion

thortonisb's avatar
thortonisb
Copper Contributor
Jun 13, 2019
Solved

Ignore blanks on a graph, when created by another formula: complicated

I have a table of student data over time for multiple students. I have hidden them and their performance, and allow the user to pick a student from a list to see just their performance over time in a...
  • Wyn Hopkins's avatar
    Jun 13, 2019
    you could try replacing the "" with NA()

    So

    is =IF( VLOOKUP(A2,A3:M79,COLUMN(),0)="" ,NA() ,VLOOKUP(A2,A3:M79,COLUMN(),0) )

Resources