Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello and Merry Christmas to all
How can I evaluate cells that contain formula? Even if the cell does not show a result, it is not empty and applying or < is of no use? My cells contain a formula like: =IF(AND(A424000,A42<9000),I42,"") and I would like to be able to evaluate and compare them for further action. Like this (which is not working): If Not IsEmpty(thisCell) Or Not thisCell.Value = 0# Then getThisPlanNumberAmount = thisCell.Value ElseIf thisCell.Value thisCell.Offset(0, 1).Value Then getThisPlanNumberAmount = thisCell.Offset(0, 1).Value Else ................... Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why won't target cell data changes trigger formula evaluation? | Excel Worksheet Functions | |||
Formula evaluation | New Users to Excel | |||
VLOOKUP FORMULA EVALUATION NEEDED | New Users to Excel | |||
IF formula - evaluation shows it should work but... | Excel Worksheet Functions | |||
Blank cell after evaluation | Excel Discussion (Misc queries) |