VBA to jump to range in contained in a SUMIFS formula

Silverjman

Board Regular
Joined
Mar 19, 2014
Messages
110
Hello,


Once you unchecked "Edit in Cell" in options the double click jump to the sum range in the first part of the SUMIFS function is FANTASTIC for transparency, but what if for calculation speed reasons you need to put IFs in front of the SUMIFS instead of Booleans at the back?


You lose the Ctrl { jump as well as the double click jump.


I have had a really tough time Googling this because the keywords involved create a lot of noise. If anyone has failsafe keywords or the first bit of this code I would be very grateful.

How does one suck the Target Range into VBA out of a formula?


In a perfect world I would end up with code that not only BeforeDoubleClick event jumps to the right sum_range but to the group dictated by the IFs in a SUMIFS.


As I said I realise this is a genius level query, so even the smallest amount of help would be appreciated.


Thanks
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
What do you mean by the BeforeDoubleClick event "jumps to the right sum_range" or "to the group dictated by the IFs in a SUMIFs" ?

Can you give an example of what exactly you want to happen when you double-click on a particular cell?
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,830
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top