Formula to add 1 to the number I enter into a cell. It keeps coming back as circular reference
W Word HelpNeeded Nov 7, 2005 #1 Formula to add 1 to the number I enter into a cell. It keeps coming back as circular reference
P Peo Sjoblom Nov 7, 2005 #2 What's your formula, where is it and what cells are involved? -- Regards, Peo Sjoblom (No private emails please)
What's your formula, where is it and what cells are involved? -- Regards, Peo Sjoblom (No private emails please)
W Word HelpNeeded Nov 7, 2005 #3 I am working in Excel. There are select rows to add one to the number I enter but I have a column for this number.
I am working in Excel. There are select rows to add one to the number I enter but I have a column for this number.
G Gord Dibben Nov 7, 2005 #6 Word You can have a formula in a separate cell that adds 1 to whatever number you enter in another cell. In A2 enter =A1+1 In A1 enter a number....see A2 add 1 to that number. Alternative.......place a 1 in a cell. Copy that cell and select your other cell. Paste Special>Add>OK>Esc. Or you could use VBA to add 1 to the number each time you enter it. I suspect there is more to this question than you have asked. Gord Dibben Excel MVP
Word You can have a formula in a separate cell that adds 1 to whatever number you enter in another cell. In A2 enter =A1+1 In A1 enter a number....see A2 add 1 to that number. Alternative.......place a 1 in a cell. Copy that cell and select your other cell. Paste Special>Add>OK>Esc. Or you could use VBA to add 1 to the number each time you enter it. I suspect there is more to this question than you have asked. Gord Dibben Excel MVP