New here, learning my way around but not picking up how to write formulas good enough yet.
I am looking to populate blank cells with the value to the left. In Excel, I would do a simple highlight the row or column, Find & Select tool, Go to Special, Blanks and then enter the formula on the first blank cell to =cell to the left, and control enter to copy the formula across to populate all the blank headers with the nearby header.
Is the Formula tool the simplest for this, or another? Honestly, I would like to learn multiple ways...I am greedy:)
Thank you for any suggestions.
Excel Format
| | Smith | =B1 | | Jones | | | | Me | | Lin | Johnson | | | Garcia | | | | Gonzalez | | Bryant |
| | Street | City | State | Street | City | State | Zip | City | State | Zip | Street | City | State | Street | City | State | Zip | City | State | Zip |
Alteryx - road block at the Formula tool to create an IF THEN when value is 'null' to use the value to the left
| Record # | Record ID | Name | | | | | | | | | | |
| 1 | 1 | F1 | | | | | | | | | | |
| 2 | 1 | F2 | Smith | [null] | [null] | Jones | [null] | [null] | [null] | Me | [null] | Lin |
| 3 | 1 | F3 | Street | City | State | Street | City | State | Zip | City | State | Zip |
| 4 | 1 | F4 | | | | | | | | | | |
| 5 | 2 | F5 | | | | | | | | | | |
| 6 | 2 | F6 | Johnson | [null] | [null] | Garcia | [null] | [null] | [null] | Gonzalez | [null] | Bryant |
| 7 | 2 | F7 | Street | City | State | Street | City | State | Zip | City | State | Zip |