I need some help with the following formula.
=INDEX([Phone 5]:[Phone 5], COUNTIFS([Phone 5]:[Phone 5], NOT(ISBLANK(@cell))))
The formula works until there is no result in the column. The error I'm seeing is #INVALID COLUMN VALUE.
Is there a way for this formula to return "" when no results are found? I've tried a lot of combinations without success.
The basics of what I'm trying to do is take a row and make a column out of it for a dashboard. In the row will be multiple phone numbers with a description or purpose of the number. Our customer will use a form to enter their information, however it will be added to the sheet in a single row. Looking at the data in a single row in a dashboard is not clean like it is when the numbers are in a column.
I'm open to any suggestions.
Thank you,
Roy