This works all the time with a new worksheet, but as I keep editing cells something happens. Say, I want to put a blank in cell B1 if A1 is blank. In B1 I use =IF(A1="","",A1). If I try to use B1 in a formula it treats it as a "0" and calculates fine. Sometimes though I'll get a "#VALUE" error in a cell. Meanwhile, the cells above it and below it in a column are acting fine. Something has happened to that cell's format. I've tried to format it as a number cell, and a general cell. Neither works. Can someone help with this issue?