I wish to use an X to =10 when ever i put it in a cell? can this be done?
T tatertatum Jun 7, 2006 #1 I wish to use an X to =10 when ever i put it in a cell? can this be done?
C Chip Pearson Jun 7, 2006 #2 I'm not sure what you mean, but you could insert a defined name (CTRL+F3) named X which refers to the number 10. Then, use X in your formulas: =X+1 -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com message news:[email protected]...
I'm not sure what you mean, but you could insert a defined name (CTRL+F3) named X which refers to the number 10. Then, use X in your formulas: =X+1 -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com message news:[email protected]...
A Ardus Petus Jun 7, 2006 #3 Menu Insert>Name>Define name: X Refers to: =10 (with the equal sign) HTH
T tatertatum Jun 7, 2006 #4 I am looking to place x in a cell and if any formula pulls from that cell it will give me a value of 10.
I am looking to place x in a cell and if any formula pulls from that cell it will give me a value of 10.
A Ardus Petus Jun 7, 2006 #5 Enter "=A1*X" (without the quotes) to get the contents of A1 multiplied by 10 You can use X anywhere in your formulae. HTH
Enter "=A1*X" (without the quotes) to get the contents of A1 multiplied by 10 You can use X anywhere in your formulae. HTH