Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default vlookup doesn't update / recalculate

I have a cell containing a VLookup that doesn't contain the correct value
If I click on the cell and then click to edit the function and push enter it
updates to show the correct value.
How can I get a macro to force the cells to update so they show the correct
value?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default vlookup doesn't update / recalculate

Look he

http://xldynamic.com/source/xld.xlFAQ0024.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kfell" wrote in message ...
|I have a cell containing a VLookup that doesn't contain the correct value
| If I click on the cell and then click to edit the function and push enter it
| updates to show the correct value.
| How can I get a macro to force the cells to update so they show the correct
| value?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default vlookup doesn't update / recalculate

Your calculation mode may be set to manual. Go to
Tools--Options--Calculation and select Automatic.

Then your formulas should update automatically.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"kfell" wrote:

I have a cell containing a VLookup that doesn't contain the correct value
If I click on the cell and then click to edit the function and push enter it
updates to show the correct value.
How can I get a macro to force the cells to update so they show the correct
value?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default vlookup doesn't update / recalculate

I forgot to say the vlookup is looking at an external reference.

If I push ctrl alt F9 that should recalculate everything right? That
doesn't update the cells, only when you go and click to try and edit the
formula in the cell then push return does it update.

"Niek Otten" wrote:

Look he

http://xldynamic.com/source/xld.xlFAQ0024.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kfell" wrote in message ...
|I have a cell containing a VLookup that doesn't contain the correct value
| If I click on the cell and then click to edit the function and push enter it
| updates to show the correct value.
| How can I get a macro to force the cells to update so they show the correct
| value?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default vlookup doesn't update / recalculate

It should recalculate, unless you have a construct where Excel can't find the precedents. If you supply your formula, we could
check.
Sometimes (very, very rarely) Excel loses track of precedents. You can rebuild the dependency tree by pressing CTRL+ALT+SHIFT+F9

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kfell" wrote in message ...
|I forgot to say the vlookup is looking at an external reference.
|
| If I push ctrl alt F9 that should recalculate everything right? That
| doesn't update the cells, only when you go and click to try and edit the
| formula in the cell then push return does it update.
|
| "Niek Otten" wrote:
|
| Look he
|
| http://xldynamic.com/source/xld.xlFAQ0024.html
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "kfell" wrote in message ...
| |I have a cell containing a VLookup that doesn't contain the correct value
| | If I click on the cell and then click to edit the function and push enter it
| | updates to show the correct value.
| | How can I get a macro to force the cells to update so they show the correct
| | value?
|
|
|




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default vlookup doesn't update / recalculate

VLOOKUP(S15,'\\pk1srv1\BeGroupData\HR\Succession\P MIS Download\[Latest PMIS
Download.xls]Sheet1'!$A$4:$C$10000,3,0)

I've tried CTRL ALT SHIFT F9 and that doesn't work either

"Niek Otten" wrote:

It should recalculate, unless you have a construct where Excel can't find the precedents. If you supply your formula, we could
check.
Sometimes (very, very rarely) Excel loses track of precedents. You can rebuild the dependency tree by pressing CTRL+ALT+SHIFT+F9

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kfell" wrote in message ...
|I forgot to say the vlookup is looking at an external reference.
|
| If I push ctrl alt F9 that should recalculate everything right? That
| doesn't update the cells, only when you go and click to try and edit the
| formula in the cell then push return does it update.
|
| "Niek Otten" wrote:
|
| Look he
|
| http://xldynamic.com/source/xld.xlFAQ0024.html
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "kfell" wrote in message ...
| |I have a cell containing a VLookup that doesn't contain the correct value
| | If I click on the cell and then click to edit the function and push enter it
| | updates to show the correct value.
| | How can I get a macro to force the cells to update so they show the correct
| | value?
|
|
|



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default vlookup doesn't update / recalculate

Is the file PMIS Download still stored in the directory path specified?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"kfell" wrote:

VLOOKUP(S15,'\\pk1srv1\BeGroupData\HR\Succession\P MIS Download\[Latest PMIS
Download.xls]Sheet1'!$A$4:$C$10000,3,0)

I've tried CTRL ALT SHIFT F9 and that doesn't work either

"Niek Otten" wrote:

It should recalculate, unless you have a construct where Excel can't find the precedents. If you supply your formula, we could
check.
Sometimes (very, very rarely) Excel loses track of precedents. You can rebuild the dependency tree by pressing CTRL+ALT+SHIFT+F9

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kfell" wrote in message ...
|I forgot to say the vlookup is looking at an external reference.
|
| If I push ctrl alt F9 that should recalculate everything right? That
| doesn't update the cells, only when you go and click to try and edit the
| formula in the cell then push return does it update.
|
| "Niek Otten" wrote:
|
| Look he
|
| http://xldynamic.com/source/xld.xlFAQ0024.html
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "kfell" wrote in message ...
| |I have a cell containing a VLookup that doesn't contain the correct value
| | If I click on the cell and then click to edit the function and push enter it
| | updates to show the correct value.
| | How can I get a macro to force the cells to update so they show the correct
| | value?
|
|
|



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default vlookup doesn't update / recalculate

Yep, the file is there, the sheet is named that, the lookup value is correct.

The cell will show the correct value if i go into the formula bar and push
return. The cell then updates to show the correct value. I just dont'
understand why it won't update any other way :(

I've got a whole column of this stuff so I can't do that for every cell.

"Dave F" wrote:

Is the file PMIS Download still stored in the directory path specified?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"kfell" wrote:

VLOOKUP(S15,'\\pk1srv1\BeGroupData\HR\Succession\P MIS Download\[Latest PMIS
Download.xls]Sheet1'!$A$4:$C$10000,3,0)

I've tried CTRL ALT SHIFT F9 and that doesn't work either

"Niek Otten" wrote:

It should recalculate, unless you have a construct where Excel can't find the precedents. If you supply your formula, we could
check.
Sometimes (very, very rarely) Excel loses track of precedents. You can rebuild the dependency tree by pressing CTRL+ALT+SHIFT+F9

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"kfell" wrote in message ...
|I forgot to say the vlookup is looking at an external reference.
|
| If I push ctrl alt F9 that should recalculate everything right? That
| doesn't update the cells, only when you go and click to try and edit the
| formula in the cell then push return does it update.
|
| "Niek Otten" wrote:
|
| Look he
|
| http://xldynamic.com/source/xld.xlFAQ0024.html
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| "kfell" wrote in message ...
| |I have a cell containing a VLookup that doesn't contain the correct value
| | If I click on the cell and then click to edit the function and push enter it
| | updates to show the correct value.
| | How can I get a macro to force the cells to update so they show the correct
| | value?
|
|
|



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
How can I automatically update column index number in VLookup whe. Gene Excel Worksheet Functions 2 July 10th 12 11:23 AM
Recalculate changes only hmm Excel Discussion (Misc queries) 3 December 18th 06 01:06 PM
Automatic Function Result Update when using A VLOOKUP on another F Quicky Links and Linking in Excel 3 September 23rd 06 05:22 PM
My first macro, uses Vlookup but doesnt update unless hit enter James Cornthwaite Excel Worksheet Functions 1 May 24th 06 10:01 PM
will not recalculate Ray S Excel Worksheet Functions 7 December 30th 04 07:42 AM


All times are GMT +1. The time now is 01:37 PM.

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"