TheWannabe
New Member
- Joined
- Jan 14, 2023
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
I have a 2 worksheets, worksheet A and worksheet B. In the first worksheet I am keeping all of the data for each week. Every week I have a macro that will insert a new line in worksheet A.
By inserting this new line it means that the information I need for calculations will always be in B5.
In worksheet B I have the following command (=SheetA!$B$5), I have also tried (=SheetA!B5).
If I insert a new row above row 5 which now updates the current B5 cell to be blank. (Data will be manually put into it).
In worksheet B the command =SheetA!$B$5 will automatically update to =SheetA!$B$6 to follow the data even though I want it to stay as =SheetA!$B$5.
The same thing happens if I don't use the absolute referencing with =SheetA!B5.
I have also tried dragging the information down, or cutting it and pasting it in the row below, yet the formula still follows the data rather then staying on the specific cell.
Is there an option that I need to check for this or is it not possible?
By inserting this new line it means that the information I need for calculations will always be in B5.
In worksheet B I have the following command (=SheetA!$B$5), I have also tried (=SheetA!B5).
If I insert a new row above row 5 which now updates the current B5 cell to be blank. (Data will be manually put into it).
In worksheet B the command =SheetA!$B$5 will automatically update to =SheetA!$B$6 to follow the data even though I want it to stay as =SheetA!$B$5.
The same thing happens if I don't use the absolute referencing with =SheetA!B5.
I have also tried dragging the information down, or cutting it and pasting it in the row below, yet the formula still follows the data rather then staying on the specific cell.
Is there an option that I need to check for this or is it not possible?