I have a workbook with 2 separate sheets for each month of the year.
Some formulas are long (ex: =IF('SAL FEB 2019'!H12>'SAL FEB 2019'!E7,'SAL FEB 2019'!E7+'SAL FEB 2019'!H12+'SAL FEB 2019'!B7+'SAL FEB 2019'!G12-'SAL FEB 2019'!G3,IF('SAL FEB 2019 '!G12+'SAL FEB 2019'!B7>=0,'SAL FEB 2019'!G12))+'SAL FEB 2019'!I12)
In the above, 'SAL FEB 2019'! refers to Sales February 2019. I need this same formula for the month of March ('SAL MAR 2019 '!)
I thought that using Word to replace FEB by MAR and MAR by APR with “Search and Replace” I could easily create all my formulae’s for the twelve months. But when I copy (from Word) and paste (into Excel), the formula does not work. (Error: Cannot find 'SAL MAR 2019 '!)
I then tried to copy (from Excel) the formula that works in one month (as the complete formula above), paste it in another month and change each month to the following month (EX: changed FEB to MAR). The formula did not work either.
The only way I can get it to work, is to physically link the sheets by selecting the proper cell in the following month’s worksheet, which is not only very tedious but error prone.
I think I could use the INDIRECT function, but it seems too complicated for my level.
Any suggestion as to why:
1- what I am doing (copy and paste from Word to Excel) does not work
2- why copy and paste (from Excel to Excel or Word to Excel) adds a space after each sheet’s name (ex: IF('SAL FEB 2019'! becomes IF('SAL FEB 2019 '!)
3- what could easily solve my problem.
Thanks in advance.
Some formulas are long (ex: =IF('SAL FEB 2019'!H12>'SAL FEB 2019'!E7,'SAL FEB 2019'!E7+'SAL FEB 2019'!H12+'SAL FEB 2019'!B7+'SAL FEB 2019'!G12-'SAL FEB 2019'!G3,IF('SAL FEB 2019 '!G12+'SAL FEB 2019'!B7>=0,'SAL FEB 2019'!G12))+'SAL FEB 2019'!I12)
In the above, 'SAL FEB 2019'! refers to Sales February 2019. I need this same formula for the month of March ('SAL MAR 2019 '!)
I thought that using Word to replace FEB by MAR and MAR by APR with “Search and Replace” I could easily create all my formulae’s for the twelve months. But when I copy (from Word) and paste (into Excel), the formula does not work. (Error: Cannot find 'SAL MAR 2019 '!)
I then tried to copy (from Excel) the formula that works in one month (as the complete formula above), paste it in another month and change each month to the following month (EX: changed FEB to MAR). The formula did not work either.
The only way I can get it to work, is to physically link the sheets by selecting the proper cell in the following month’s worksheet, which is not only very tedious but error prone.
I think I could use the INDIRECT function, but it seems too complicated for my level.
Any suggestion as to why:
1- what I am doing (copy and paste from Word to Excel) does not work
2- why copy and paste (from Excel to Excel or Word to Excel) adds a space after each sheet’s name (ex: IF('SAL FEB 2019'! becomes IF('SAL FEB 2019 '!)
3- what could easily solve my problem.
Thanks in advance.