Index formula problem

G

Guest

I have used the following excel formula for years:

=INDEX(Sheet3!A:F,MATCH(A1,Sheet3!A:A,0),3)

I just keep changing the columns and cells that it cross-references for me.
For some reason when I use it today, it returns me the proper value in the
first cell, but when I copy and paste it to the next cell down in the row -
it returns me the value from the first row.

The really strange thing is when I change the return value digit (3 in the
formula above) to the next cell, say 2 or 4, it returns me the proper value.

Unfortunately, this kills the value of the copy and paste efficiency, as
each cell has to be edited now to return the correct value...

Has anyone seen anything similar? Has something changed recently in Excel
2003?
 
G

Guest

Sounds like Calculations have been set to manual. Try this.

From the TOOLS Menu, choose "Options"
Select the Calculation Tab
Check "Automatic"
Click OK

HTH,
Elkar
 
B

Bob Phillips

=INDEX(Sheet3!$A:$F,MATCH(A1,Sheet3!$A:$A,0),3)

--
---
HTH

Bob

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

Guest

You are a savior!
Thanks a ton.
--
thanks


Elkar said:
Sounds like Calculations have been set to manual. Try this.

From the TOOLS Menu, choose "Options"
Select the Calculation Tab
Check "Automatic"
Click OK

HTH,
Elkar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top