Proble with copying cell vs contents

samyer

New Member
Joined
Apr 13, 2018
Messages
2
Excel 2003; I have a range of values in column B. For each cell in column B I calculate a number in column C using the following formula:

=IF((B2:B721)<=48.5,2*(0.4143*(B2:B721)-10.566),2*(0.03347*(B2:B721)+7.907))

The first calculation cell (C2) works. If I try to copy it to remainder of the range I get the exact same value so I tried using $B$2:$B$721, etc. That works for one cell copy but if I try to copy and drag across the range it doesn't work. In other words if I copy the contents (up at the formula line) of cell B2 and the copying it to B3 that works. But if I try copying the cell it doesn't.

Any ideas what I'm doing wrong?

Thanks in advance
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Excel 2003; I have a range of values in column B. For each cell in column B I calculate a number in column C using the following formula:

=IF((B2:B721)<=48.5,2*(0.4143*(B2:B721)-10.566),2*(0.03347*(B2:B721)+7.907))

The first calculation cell (C2) works. If I try to copy it to remainder of the range I get the exact same value so I tried using $B$2:$B$721, etc. That works for one cell copy but if I try to copy and drag across the range it doesn't work. In other words if I copy the contents (up at the formula line) of cell B2 and the copying it to B3 that works. But if I try copying the cell it doesn't.

Any ideas what I'm doing wrong?

Thanks in advance

Are your calculations set to Automatic?

This sounds like exactly the behavior you get when calculations are set to Manual.
 
Upvote 0
that formula is setup to be an array formula and you need to press Ctrl+Shift+Enter to input it... Locking the range with $ signs is done when you dont want the dragged formula to get updated based on relative position to the starting point
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top