For example, I have Cell A1 that has "4, 0, 0, 0, 4" and I want to know if I can input a formula in B to spit out just "4".
+==================================================+===================================+
| Col A - Source | Col B - Result on referencing Col A
+==================================================+===================================+
| 4, 0, 0, 0, 4 | 4 |
+--------------------------------------------------+-----------------------------------+
| 268, 0, 0, 0, 268 | 268 |
+--------------------------------------------------+-----------------------------------+
| 282, 283, 0, 0, 0, 0 | 282, 283 |
+--------------------------------------------------+-----------------------------------+
| 0, 0, 0, 0, 0 | |
+--------------------------------------------------+-----------------------------------+
| 0, 0, 4324, 4325, 4326, 0, 4324 | 4324, 4325, 4326 |
+--------------------------------------------------+-----------------------------------+
| 450, 1307, 1308, 1309, 1310, 1321, 0, 0, 0, 1309 | 450, 1307, 1308, 1309, 1310, 1321 |
+--------------------------------------------------+-----------------------------------+