I have a column of values that keeps changing based on a web query. If we could take a movie of it it would look as follows (based on the first 5 columns below):
__1 #N/A #N/A #N/A #N/A ____________________ 1
#N/A 1.1 #N/A #N/A #N/A ____________________ 1.1
#N/A #N/A 2.3 #N/A #N/A ____________________ 2.3
#N/A #N/A #N/A 1.8 #N/A ____________________ 1.8
#N/A #N/A #N/A #N/A 0.9 ____________________ 0.9
#N/A #N/A #N/A #N/A #N/A ___________________#N/A
My hope is that we can capture the number in the helper column to the right. How do I approach this?
Please note that the first 5 columns of data are actually only one column. We are simply trying to show what the first column would look like over a period of a few seconds.
Bookmarks