Hi I need help to convert after row 5 and everything after to date format for chosen multiple fields
ie
| F40 | F41 |
| 40 | 41 |
| null | null |
| null | null |
| Revised Date | Start Date |
| 3-Nov-23 | 30-Oct-23 |
| 17-Apr-23 | ######## |
| 17-Apr-23 | ######## |
| 17-Apr-23 | ######## |
| 17-Apr-23 | ######## |
| 17-Apr-23 | ######## |
to the dates being yyyy-mm-dd format.. and leave the headers the same.. not sure if that is possible.