Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello every one! I have a problem with how cells are being calculated. I have formulas, which contain nested If statements. They are all th same in one column, except they are referencing corresponding rows a usual. Well the problem is, I do one change on the worksheet and thos formulas throw me a #VALUE. I go to the "Trace calculation", and trac every step of the calculation of the formula, it works perfect up t the very last step. If the last trace step looks like the followin example: =if(FALSE,#N/A,{345.45648}) then I can see that up to this point every nested statement wa calculated correctly and IF function is ready to return a resul {345.45648}, but instead it throws #VALUE. If I click on the cell with this formula and the click in the formul bar and hit ENTER, then it returns a correct result. Pressing F9 does not help. Copying formula down - helps. Pressing just ENTER on that cell - does not help. Reloading Excel - helps. The thing is if I get 1000 cells I do not want to reload Excel o copydown formula all the time or eveen worse to hit ENTER while curso is in the formula bar. Any ideas will be greatly appreciated! Ivan. Hey I just figured WHY it happens, BUT still I do not have a clue ho to fix it. It happens when I make such a change when formula WOULD return #VALUE but then when I change it back when a formula SHOULD NOT return #VALUE it still returns me #VALUE. It is like it never goes back to normal onc it gets to #VALUE -- Intellihom ----------------------------------------------------------------------- Intellihome's Profile: http://www.msusenet.com/member.php?userid=147 View this thread: http://www.msusenet.com/t-187056368 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
data validation to restrict input in cell based on value of cell above that cell | Excel Programming |