Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using an index function within an if statement and it doesn't seem to
be automatically recalc'ing the index function's value. If I go into edit mode, take out the last paren, then put it back, it updates (or if I copy the formula below to another cell, the other cell updates), but it doesn't do it automatically. Does anyone know why? If index is a problem, would a lookup function fare better? Here is the statement (cell K145 is TRUE): =IF($K145=TRUE,INDEX('V3'!$A$153:$M$153,1,9),"") Thanks! Dean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF function issues w/ empty cells | Excel Worksheet Functions | |||
Index - Offset - Match Issues | Excel Worksheet Functions | |||
Index and Match issues | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |