tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,212
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone,
I think I might have an Impossible one here
first let's start by explaining my sheet
my sheet has multiple tabs of an unknown number
Sheet "Summary" is where I want to do the calculation
all other sheets are what I want to do the sum on.
Now what I need to do is Get a macro that can create a formula that adds up all the sheets for the figure "Project Management"
the problem is each sheet will have this value in a different Cell.
What I do know is the Name "Project Management" will always be somewhere in column D of each sheet, and the value I want to add up is in E next to it,
Now the BIG Catch is I don't want a macro to sum all these values up, I want a macro that will create a formula to put in a cell that will sum it all up
So Basically if this was in English I'd want something like this,
I run macro,
It goes to each sheet finds the cell that is next to "Project Management"
and creates a formula in "Summary" G24 that adds them all up.
is this even possible?
please help if you have any idea how to do this,
Thanks
Tony
I think I might have an Impossible one here
first let's start by explaining my sheet
my sheet has multiple tabs of an unknown number
Sheet "Summary" is where I want to do the calculation
all other sheets are what I want to do the sum on.
Now what I need to do is Get a macro that can create a formula that adds up all the sheets for the figure "Project Management"
the problem is each sheet will have this value in a different Cell.
What I do know is the Name "Project Management" will always be somewhere in column D of each sheet, and the value I want to add up is in E next to it,
Now the BIG Catch is I don't want a macro to sum all these values up, I want a macro that will create a formula to put in a cell that will sum it all up
So Basically if this was in English I'd want something like this,
I run macro,
It goes to each sheet finds the cell that is next to "Project Management"
and creates a formula in "Summary" G24 that adds them all up.
is this even possible?
please help if you have any idea how to do this,
Thanks
Tony