I Igor Sudnik Sep 29, 2004 #1 How to make a cell auto fill only if cell to the left is not blank? Somthing like: If A:A is not blank than B:B=1
How to make a cell auto fill only if cell to the left is not blank? Somthing like: If A:A is not blank than B:B=1
D Dave Peterson Oct 1, 2004 #2 I'm not sure what you're filling with, but maybe a formula: =if(a1="","",someformulahere) And drag down.
I'm not sure what you're filling with, but maybe a formula: =if(a1="","",someformulahere) And drag down.