John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
hello All.
have a question.
1st, I have searched the forum for a while on this,, and see lots of macros etc for this type of thing.
I'm not asking for a macro,, just clarity really.
I have 3 sheets of data.
1 sheet is labeled "2-PROJECTIONS (%)"
another is "3-PROJECTIONS (£)"
& the 3rd sheet is called "4-PROJECTIONS (THE END)"
What I'm looking to do is transfer almost half the formulas from each sheet to another sheet called;
"5-ADVANCED COMPARED"
There are probably well over 1500 different formulas,, and the cell location letters/numbers won't match,, they will be going into different cell locations into the "5-ADVANCED COMPARED" sheet.
My question is,
EXAMPLE:
=======
If I want to copy the formula in cell C16 in the sheet "2-PROJECTIONS (%)" (Without Quotes)
And have this show also in sheet "5-ADVANCED COMPARED",,, Cell D5,,,
What would Cell D5 Formula be please?
I did google it,,
and saw an answer that was =Sheet1!A1 so that would translate to;
I've tried this and the formula isn't accepted,, as the sheet name contains the % sign I think??
Also,, is it ok to have a spaces in the sheet name,, as there is a space between the word projection & (%)???
I have seen on another thread someone mention single quotes? They say that if the sheet name isn't a single word you need to include single quotes also?
I'm not 100% sure how this works.
If someone could just clarify what the above formula should look like then I can spend the next 1-2 wonderful hows in a text file & excel,, copy & pasting
many thanks to you all.
Just clarity really,,
Just want to be sure.
Many Thanks
John Caines
have a question.
1st, I have searched the forum for a while on this,, and see lots of macros etc for this type of thing.
I'm not asking for a macro,, just clarity really.
I have 3 sheets of data.
1 sheet is labeled "2-PROJECTIONS (%)"
another is "3-PROJECTIONS (£)"
& the 3rd sheet is called "4-PROJECTIONS (THE END)"
What I'm looking to do is transfer almost half the formulas from each sheet to another sheet called;
"5-ADVANCED COMPARED"
There are probably well over 1500 different formulas,, and the cell location letters/numbers won't match,, they will be going into different cell locations into the "5-ADVANCED COMPARED" sheet.
My question is,
EXAMPLE:
=======
If I want to copy the formula in cell C16 in the sheet "2-PROJECTIONS (%)" (Without Quotes)
Code:
=IF(COUNTBLANK($G$6:$G$7),"",F59)
What would Cell D5 Formula be please?
I did google it,,
and saw an answer that was =Sheet1!A1 so that would translate to;
Code:
=2-PROJECTIONS (%)=IF(COUNTBLANK($G$6:$G$7),"",F59)
I've tried this and the formula isn't accepted,, as the sheet name contains the % sign I think??
Also,, is it ok to have a spaces in the sheet name,, as there is a space between the word projection & (%)???
I have seen on another thread someone mention single quotes? They say that if the sheet name isn't a single word you need to include single quotes also?
I'm not 100% sure how this works.
If someone could just clarify what the above formula should look like then I can spend the next 1-2 wonderful hows in a text file & excel,, copy & pasting
many thanks to you all.
Just clarity really,,
Just want to be sure.
Many Thanks
John Caines