#1   Report Post  
Posted to microsoft.public.excel.misc
bkj8890
 
Posts: n/a
Default Min Max Editing

I have a worksheet where I pick about 20 colums that will give me my Min and
Max of that row. I then move down to another row and need the same thing just
in the row I pick. I copy and paste each time and then change the colum
nuber. Is there a way to change the colum nubers in a faster way. What I mean
is instead of deleteing the number then puting in the new number for every
colum, something like A2,b2,c2,d2,e2,= a4,b4,c4,d4,e4. a quick change of all
the numbers at once?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
BigPig
 
Posts: n/a
Default Min Max Editing

Hi bkj,

Not knowing all the particulars: Short of hovering the mouse so you get a
cross, and then clicking and dragging...

You could also single click on the cell that is holding the formula, ctrl+f
(find 2), and replace (with 4).

That's assuming you want the row changed, and not the column.
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Min Max Editing

I think you need to become familiar with Relative vs Absolute references.

In Excel, a dollar sign ($) in a reference "locks in" that part of the
reference.

Examples:

A1: =$C$1
Copied to B2, stays: =$C$1

A1: =C1
Copied to B2, becomes: =D2

A1: =$C1
Copied to B2, becomes: =$C2

A1: =C$1
Copied to B2, becomes: =D$1


Am I on the right track here?
Does that give you something to work with?

***********
Regards,
Ron

XL2002, WinXP-Pro


"bkj8890" wrote:

I have a worksheet where I pick about 20 colums that will give me my Min and
Max of that row. I then move down to another row and need the same thing just
in the row I pick. I copy and paste each time and then change the colum
nuber. Is there a way to change the colum nubers in a faster way. What I mean
is instead of deleteing the number then puting in the new number for every
colum, something like A2,b2,c2,d2,e2,= a4,b4,c4,d4,e4. a quick change of all
the numbers at once?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default Min Max Editing

Hi,

Let's suppose that the data are in columns A thru T, and that they start at
Row 2.
In cells U2 and V2 enter the following formulas.

=MIN(A2:T2)
=MAX(A2:T2)

Select both U2 and V2, move the cursor to the bottom-right corner of the
selected area, i.e., U2 and V2 (you will notice that the cursor changes into
a "+" shape), hold the left mouse-button, and drag down the rows
(alternatively, you can doble-click the left mouse-button when the cursor
changes into a 'plus' sign to achieve the autofill).

Regards,
B. R. Ramachandran


"bkj8890" wrote:

I have a worksheet where I pick about 20 colums that will give me my Min and
Max of that row. I then move down to another row and need the same thing just
in the row I pick. I copy and paste each time and then change the colum
nuber. Is there a way to change the colum nubers in a faster way. What I mean
is instead of deleteing the number then puting in the new number for every
colum, something like A2,b2,c2,d2,e2,= a4,b4,c4,d4,e4. a quick change of all
the numbers at once?

Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing in a multi-user environment Daverob Excel Discussion (Misc queries) 2 March 3rd 06 03:51 PM
Preventing formulas being pasted over while editing pollyanna New Users to Excel 2 February 7th 06 04:06 AM
How do I lock some fields but allow editing for others in excel S.Sharif Excel Discussion (Misc queries) 1 December 13th 05 02:58 AM
editing multiple sheets at once blamires Excel Discussion (Misc queries) 1 January 5th 05 08:51 PM
File is locked for Editing by user problem Mirth Excel Discussion (Misc queries) 1 December 3rd 04 04:45 PM


All times are GMT +1. The time now is 07:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"