Hi! I need assistance if possible!
I have a table where I’m tracking information about a wave of people (table 1).
I have another table where I have the names and individual information for those people. (table 2)
I have a linked field connecting the names from table 2, to the wave on table 1.
Part of the information on table 2 is a formula that rolls up from another table with possibilities of 0-51.
I have a look up field bringing the numbers for each person into table 1 separated by commas and I can use Average() to get an average.
BUT if there is no one linked, there are no numbers to average and it returns NaN. I would like it to either return 0 or stay blank.
I have read previous articles but they mostly seem to focus on dates and I am using integers.