In this message, typing an asterisk seems to change the text to italics. I cannot figure out how to change this, so I have inserted the word ‘star’ when I want to use an asterisk. Advice on how to avoid this will be appreciated.
I have a spreadsheet where C4 contains this formula -
=ROUND(D3 * 0.085/365 * (A4-A3),2)
I want to copy Row 4 to Row 5. I select Row 4 and press Ctrl+C.
If I use Paste, the formula in C5 looks like this -
=ROUND(D4 * 0.085/365 * (A5-A4),2)
This is what I want.
If I use Paste Special, using ‘Paste All’ and ‘Shift Down’, the formula in C5 looks like this -
=ROUND(D3 * 0.085/365 * (A5-A3),2)
As you can see, references to Row 4 are changed to Row 5, but references to Row 3 are not changed to Row 4.
Is this the expected behaviour?