Hello. I have a flat file in Excel. There are missing values on each row when value changes. I need to copy those values to each row. I'm not sure if I'm making any sense, but here is an example.
Current Output
Ticket # Patient Date of Service
1712612 111111 9/15/2011
null null 9/15/2011
null null 9/15/2011
1748292 222222 9/21/2011
null null 9/21/2011
null null 9/21/2011
null null 9/21/2011
Desired Output
Ticket # Patient # Date of Service
1712612 111111 9/15/2011
1712612 111111 9/15/2011
1712612 111111 9/15/2011
1748292 222222 9/21/2011
1748292 222222 9/21/2011
1748292 222222 9/21/2011
1748292 222222 9/21/2011
Current Output
Ticket # Patient Date of Service
1712612 111111 9/15/2011
null null 9/15/2011
null null 9/15/2011
1748292 222222 9/21/2011
null null 9/21/2011
null null 9/21/2011
null null 9/21/2011
Desired Output
Ticket # Patient # Date of Service
1712612 111111 9/15/2011
1712612 111111 9/15/2011
1712612 111111 9/15/2011
1748292 222222 9/21/2011
1748292 222222 9/21/2011
1748292 222222 9/21/2011
1748292 222222 9/21/2011