Range naming question

JSH720

Board Regular
Joined
Oct 9, 2009
Messages
109
Office Version
  1. 365
Platform
  1. Windows
Instead of:

N3*M3
N4*M4
N5*M5, ETC.

I have over 200 rows so far.

I want to be able to say:
Rate times quantity where N column is the rate and M column is the quantity for each row that I have. I add data (rows) each day.

How do I name the cells so that I can use a named cell in the formula for the current and new data rows in the spreadsheet?

Thanks.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
I forgot to say the real problem isn't when I copy to the next line, but when I copy across for 5 columns, the references change and I am having to manually change the reference formula. Thought a named range in the formula would prevent this.

Thanks.
 
Upvote 0
Which bit do you not want to change when you copy to the right?
 
Upvote 0
The rate in that particular row. Changes for each row.
Thanks.
 
Upvote 0
Then use:
=$N3*M3

the rows will both adjust when you copy down, but only the M column will adjust when copied to the right.
 
Upvote 0
Rate changes for each change in Row (say from row 4 to row 5), does not change for each column in that row.

ie

rate for c3, c4 c5, c6 c7 is the same as in c2
rate for d3 d4 d5 d6 d7 is the same as in d2, etc.
 
Upvote 0
just say your previous response. I'll try in a couple of minutes.
 
Upvote 0
Just incorporated the logic inyour response into my (very long) formula, and it worked perfectly.

Thank you again.
 
Upvote 0

Forum statistics

Threads
1,216,101
Messages
6,128,842
Members
449,471
Latest member
lachbee

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