neillovell
Programmer
Is it possible to create "static" cells? What I mean by this is a column on the left (column A) that has several categories, and users type in data alongside it. BUT when the user scrolls right Column A stays where it is, but the data in column B (that was typed in) disappears.
CAT1 | 1.0 | 2.5
CAT2 | 4.6 | 6.0
Scroll right...
CAT1 | 2.5 |
CAT2 | 6.0 |
CAT1 | 1.0 | 2.5
CAT2 | 4.6 | 6.0
Scroll right...
CAT1 | 2.5 |
CAT2 | 6.0 |