ITALIAORIANA
Technical User
Hi,
I have a spreadsheet with values in column A. Not all cells have data. The previous data needs to copied down. I inserted a column and created a formula to get the values copied down as there are over 42,000 rows with intermittent missing data. I wrote a formula =IF(ISBLANK(A2),B2,A2) to fill in the missing data. I wanted it to return all the data from column A so it would be a quick copy and paste and not have to copy and paste only the missing data as that would take forever with all the rows.
The problem is, the second value is 00000 and the formula returns "0". Also value 00100 returns as "100" , value 00102 returns as "102" and so on.
Once the formula is completed the results will be pasted into column A and then uploaded to a database. I can't figure out how to get the formatting as text so the formula will keep the leading 0's.
Any help will be greatly appreciated.
COLUMN A
0007T
00000
0009F
0009T
0010F
0010T
00100
00102
00103
00104
0011F
0012F
0012T
00120
00124
00126
0013T
0014F
0014T
00140
00142
00144
00145
00170
00172
00174
00176
0018T
0019T
00190
00192
0020T
Thanks
Deana
I have a spreadsheet with values in column A. Not all cells have data. The previous data needs to copied down. I inserted a column and created a formula to get the values copied down as there are over 42,000 rows with intermittent missing data. I wrote a formula =IF(ISBLANK(A2),B2,A2) to fill in the missing data. I wanted it to return all the data from column A so it would be a quick copy and paste and not have to copy and paste only the missing data as that would take forever with all the rows.
The problem is, the second value is 00000 and the formula returns "0". Also value 00100 returns as "100" , value 00102 returns as "102" and so on.
Once the formula is completed the results will be pasted into column A and then uploaded to a database. I can't figure out how to get the formatting as text so the formula will keep the leading 0's.
Any help will be greatly appreciated.
COLUMN A
0007T
00000
0009F
0009T
0010F
0010T
00100
00102
00103
00104
0011F
0012F
0012T
00120
00124
00126
0013T
0014F
0014T
00140
00142
00144
00145
00170
00172
00174
00176
0018T
0019T
00190
00192
0020T
Thanks
Deana