Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I'm working on a spreadsheet with a lot of referenced formulas. I have it set to where, for example, .08*19 displays the answer "2" because I have it with no decimal places. But when I go to reference this cell in another formula, I can't get it to use "2", it uses the actual value which is 1.52, even though 2 is shown. I need it to use the value shown in the calculation. Any idea of how I can get this to use the displayed value? Thanks -- BrandenKilgore ------------------------------------------------------------------------ BrandenKilgore's Profile: http://www.excelforum.com/member.php...o&userid=26145 View this thread: http://www.excelforum.com/showthread...hreadid=394730 |
#2
![]() |
|||
|
|||
![]()
Either include a ROUND() function in the cell where .08*19 is located, or in
the formula that references this cell. For example, if the .08*19 value is stored in A1, you would write: =ROUND(A1,0) instead of just calling A1 -- David Billigmeier "BrandenKilgore" wrote: I'm working on a spreadsheet with a lot of referenced formulas. I have it set to where, for example, .08*19 displays the answer "2" because I have it with no decimal places. But when I go to reference this cell in another formula, I can't get it to use "2", it uses the actual value which is 1.52, even though 2 is shown. I need it to use the value shown in the calculation. Any idea of how I can get this to use the displayed value? Thanks -- BrandenKilgore ------------------------------------------------------------------------ BrandenKilgore's Profile: http://www.excelforum.com/member.php...o&userid=26145 View this thread: http://www.excelforum.com/showthread...hreadid=394730 |
#3
![]() |
|||
|
|||
![]()
BrandenKilgore,
Use Tools / Options.... Calculation tab, check "Precision as displayed" HTH, Bernie MS Excel MVP "BrandenKilgore" <BrandenKilgore.1tke6z_1123704354.3178@excelforu m-nospam.com wrote in message news:BrandenKilgore.1tke6z_1123704354.3178@excelfo rum-nospam.com... I'm working on a spreadsheet with a lot of referenced formulas. I have it set to where, for example, .08*19 displays the answer "2" because I have it with no decimal places. But when I go to reference this cell in another formula, I can't get it to use "2", it uses the actual value which is 1.52, even though 2 is shown. I need it to use the value shown in the calculation. Any idea of how I can get this to use the displayed value? Thanks -- BrandenKilgore ------------------------------------------------------------------------ BrandenKilgore's Profile: http://www.excelforum.com/member.php...o&userid=26145 View this thread: http://www.excelforum.com/showthread...hreadid=394730 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
16 digit number wont keep alteration unless format cell to text | Excel Discussion (Misc queries) | |||
VB Random Number Generation/Insertion/NextWorksheet | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
multiply by actual number in cell | Excel Worksheet Functions | |||
Convert week number into calendar month? | Excel Worksheet Functions |