J
JF
I have a formula that check to see if the adjacent cell is blank (using
the ISBLANK function).
How do I set the valu of the current cell to a null value if the
adjacent cell is balnk.
I currently have in B1:
=if(ISBLANK(A1),"",TEXTX1)
Although A1 is blank it appears B1 is blank. However, when I save the
file as a .CSV (comma seperated value) it does not see the cell as a
blank.
If I have the formula in cells b1 - b10 (checking a1-a10) and rows 8,9,
10 are "blank", then when I save the file to the .csv file, I only want
7 rows of data but I end up with 7 rows of actual data and then 3 rows
of just comma's.
I even tried to do a copy and paste special/values but get the same
results.
Any Ideas?
***** Posted via: http://www.ozgrid.com
Excel Templates, Training & Add-ins.
Free Excel Forum http://www.ozgrid.com/forum *****
the ISBLANK function).
How do I set the valu of the current cell to a null value if the
adjacent cell is balnk.
I currently have in B1:
=if(ISBLANK(A1),"",TEXTX1)
Although A1 is blank it appears B1 is blank. However, when I save the
file as a .CSV (comma seperated value) it does not see the cell as a
blank.
If I have the formula in cells b1 - b10 (checking a1-a10) and rows 8,9,
10 are "blank", then when I save the file to the .csv file, I only want
7 rows of data but I end up with 7 rows of actual data and then 3 rows
of just comma's.
I even tried to do a copy and paste special/values but get the same
results.
Any Ideas?
***** Posted via: http://www.ozgrid.com
Excel Templates, Training & Add-ins.
Free Excel Forum http://www.ozgrid.com/forum *****