ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Cells not updated automatically (https://www.excelbanter.com/excel-worksheet-functions/449888-cells-not-updated-automatically.html)

CS Chia

Cells not updated automatically
 
1 Attachment(s)
I have a formulas that doesnt automatically compute the formula there is a change in one of the input.

There are 3 tabs, A, B, C

A is the tab which has the SUMPRODUCT formulas.
This formulas reference to data in tab B.

Tab B has a column which takes data from Tab C to generate an output.
This output will be used by tab A.

I realised that if I update the information in tab C, there formulas in tab A doesnt automatically get updated.

I search in the internet and someone mentioned that this could be due to the fact that tab A doesnt know that they need to recomputed when there is a change in tab C.

Anyone know how to make tab A re-compute the data when there is a change in tab C?

I have attached the sample mentioned here in this tread.
The sample is working but not at my actual excel.

Not sure why is it not working in my actual cell?
Any way to push the formulas in tab A to auto-update when there is a change in tab C?


Updates:
I realised that if I do a Ctrl + Alt + Shift + F9, the cells will be updated.
However, is there any thing I can do to make it auto-updates without the need to manually refresh the table?

Many thanks for the assistance.

GS[_2_]

Cells not updated automatically
 
Uh.., is Calculation set to 'Automatic' in the Options dialog?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion



CS Chia

Quote:

Originally Posted by GS[_2_] (Post 1616533)
Uh.., is Calculation set to 'Automatic' in the Options dialog?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion

Yes, it is set to automatic

This is the formula:
=SUMPRODUCT(--('Tab B'!$C$3:$C$3010='Tab A'!$A$4),--('Tab B'!$D$3:$D$3010='Tab A'!$B$4),--('Tab B'!$E$3:$E$3010="YES"),('Tab B'!M$3:M$3010))

It was working when the formula is this:
=SUMPRODUCT(--('Tab B'!$C$3:$C$3010='Tab A'!$A$4),--('Tab B'!$D$3:$D$3010='Tab A'!$B$4),('Tab B'!M$3:M$3010))

--('Tab B'!$E$3:$E$3010="YES") was not there.

In tab B, the column E has a formula
=IFERROR(UPPER(INDEX('Tab C'!$B$6:$D$36,MATCH('Tab B'!$B4, 'Tab C'!$B$6:$B$36,0),3)), "")


The moment this --('Tab B'!$E$3:$E$3010="YES") is added, the formulas doesnt automate update when there is a change in tab C.


Please help.
Thanks.

GS[_2_]

Cells not updated automatically
 
Sorry, I'm not familiar enough with SUMPRODUCT to competantly offer any
suggestions! Hopefully someone else with jump in...

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion




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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com