Hey all,
I am looking for a way to create a sheet that will adhere to the decimal positions of a given value.
I have one cell that I put information into that is referenced in other cells to generate information for me. Sometimes I need this information to have 2 decimal positions (0.00) and other times I need it to have 3 decimal positions (0.000).
For further clarification this is what I am looking for:
If I put 0.00 into the cell, all of the other cells that use this value will then carry over 2 decimal points (0.00)
Likewise, if I put 0.000 into the cell, all of the other cells would then have 3 decimal values (0.000)
Rather than changing the formatting on these cells every time I have to switch between, is there a way to make it automatically adhere to the decimal points of the information I give?
I currently have the information rounding using the =ROUND() function and I go through and change the rounding point each time I enter a different decimal length.
Thanks
I am looking for a way to create a sheet that will adhere to the decimal positions of a given value.
I have one cell that I put information into that is referenced in other cells to generate information for me. Sometimes I need this information to have 2 decimal positions (0.00) and other times I need it to have 3 decimal positions (0.000).
For further clarification this is what I am looking for:
If I put 0.00 into the cell, all of the other cells that use this value will then carry over 2 decimal points (0.00)
Likewise, if I put 0.000 into the cell, all of the other cells would then have 3 decimal values (0.000)
Rather than changing the formatting on these cells every time I have to switch between, is there a way to make it automatically adhere to the decimal points of the information I give?
I currently have the information rounding using the =ROUND() function and I go through and change the rounding point each time I enter a different decimal length.
Thanks