usnapoleon
Board Regular
- Joined
- May 22, 2014
- Messages
- 110
- Office Version
- 365
- Platform
- Windows
Hello
I have this range of cells that I am working with and I've created modules to calculate the sum within certain text colors. That part works. However if I change the color of cells the sums do not automatically recalculate. I have to go to the formula, 'edit' and hit enter to force a recalculation. I was watching a video to create a VBA that would cause it to automatically recalculate but it's not working.
Here is the range of data:
Here is the programming:
Supposedly all I need to do is change the color (column E), and then click outside the cell anywhere on columns A-G and it will cause the recalculation. But its not doing that.
Any help one can give on this? I was watching a tutorial video and I mirrored the process so I'm not sure what is wrong.
Thank you!
I have this range of cells that I am working with and I've created modules to calculate the sum within certain text colors. That part works. However if I change the color of cells the sums do not automatically recalculate. I have to go to the formula, 'edit' and hit enter to force a recalculation. I was watching a video to create a VBA that would cause it to automatically recalculate but it's not working.
Here is the range of data:
Plat CC REC- 10 OCT JB.xlsm | ||||
---|---|---|---|---|
E | F | |||
5 | ||||
6 | ||||
7 | Amount | Transaction | ||
8 | ||||
9 | ||||
241 | ||||
242 | 50 | S | ||
243 | 50 | S | ||
244 | 50 | S | ||
245 | 50 | S | ||
246 | 143 | S | ||
247 | 143 | S | ||
248 | 143 | S | ||
249 | 49 | S | ||
250 | 50 | S | ||
251 | 143 | S | ||
252 | 50 | S | ||
253 | 50 | S | ||
254 | 49 | S | ||
255 | 143 | S | ||
256 | 143 | S | ||
257 | 143 | S | ||
258 | 143 | S | ||
259 | 1592 | |||
260 | ||||
261 | 0 | |||
262 | ||||
263 | Sum Colors | |||
264 | 963 | |||
265 | 0 | |||
266 | ||||
OL Activity |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F261 | F261 | =SUMIF(E248:E259,"Indigo",E247:E259) |
F264:F265 | F264 | =SumColor(E264,E248:E259) |
Here is the programming:
Supposedly all I need to do is change the color (column E), and then click outside the cell anywhere on columns A-G and it will cause the recalculation. But its not doing that.
Any help one can give on this? I was watching a tutorial video and I mirrored the process so I'm not sure what is wrong.
Thank you!