Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default INDEX function issues

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default INDEX function issues

Have you got the workbook set to manual calculation
(ToolsOptionsCalculation)?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Dean" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,311
Default INDEX function issues

Calculations are probably set to manual.

Tools-Options-Calculation-Automatic

Regards,
Paul


--

"Dean" wrote in message
...
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



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default INDEX function issues

Nope. I am a rookie at macros, but this kind of thing I know. I often have
it set to automatic except data tables, but never manual.

I tried exiting EXCEL and it seemed to help once, but then not on the second
change I made in order to change the values as a test. Perhaps, I should
reboot the computer? Or do you think I must have a corrupt EXCEL? It seems
that the IF statement is getting in the way. Without the IF statement, the
function updates as it should.

Actually, right now, it seems fine, so this seems to be an intermittent
problem! I seem to recall this kind of problem before in my dark past
with some other similar function inside an IF statement. I seem to recall,
it also spontaneously disappeared. Any thoughts?

Thanks!
Dean

"Bob Phillips" wrote in message
...
Have you got the workbook set to manual calculation
(ToolsOptionsCalculation)?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Dean" wrote in message
...
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





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default INDEX function issues

Actually, I am having the problem on another version of the worksheet, but
with no complex function such as "index" inside. Rather, the "then"
conditions are merely references to other cells, those cells being on
another worksheet, FWIW.

Once again, I am on automatic recalc. I tried closing out the file, didn't
help. Then, closing out EXCEL, didn't help. I bet rebooting will help, but
that seems too drastic.

Since this template is being developed for simple users, this problem could
get ugly! Does anyone have any thoughts on this?

Dean

"Dean" wrote in message
...
Nope. I am a rookie at macros, but this kind of thing I know. I often
have it set to automatic except data tables, but never manual.

I tried exiting EXCEL and it seemed to help once, but then not on the
second change I made in order to change the values as a test. Perhaps, I
should reboot the computer? Or do you think I must have a corrupt EXCEL?
It seems that the IF statement is getting in the way. Without the IF
statement, the function updates as it should.

Actually, right now, it seems fine, so this seems to be an intermittent
problem! I seem to recall this kind of problem before in my dark past
with some other similar function inside an IF statement. I seem to
recall, it also spontaneously disappeared. Any thoughts?

Thanks!
Dean

"Bob Phillips" wrote in message
...
Have you got the workbook set to manual calculation
(ToolsOptionsCalculation)?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Dean" wrote in message
...
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







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF function issues w/ empty cells Bri Excel Worksheet Functions 2 January 1st 09 09:22 PM
Index - Offset - Match Issues Ray Wright Excel Worksheet Functions 4 October 3rd 05 06:14 AM
Index and Match issues Mo Excel Worksheet Functions 3 May 19th 05 07:16 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 02:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"