K kennito Nov 18, 2008 #1 I'm trying to have any input data in one cell become the #1 in a neighboring cell. Fairly new to Excel Formulas so am lost. Thanks
I'm trying to have any input data in one cell become the #1 in a neighboring cell. Fairly new to Excel Formulas so am lost. Thanks
J John C Nov 18, 2008 #2 If cell A1 is where you would type 'any' data, then in B1 type the following: =IF(A1="","",1)