Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I automatically update column index number in VLookup whe. | Excel Worksheet Functions | |||
Recalculate changes only | Excel Discussion (Misc queries) | |||
Automatic Function Result Update when using A VLOOKUP on another F | Links and Linking in Excel | |||
My first macro, uses Vlookup but doesnt update unless hit enter | Excel Worksheet Functions | |||
will not recalculate | Excel Worksheet Functions |