Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how can I copy a formula that does not change the column or row number?
I want to use the same formula with set column and row but when I copy from cell to cell it goes to the next column or row -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200606/1 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() If I understand correctly, you want to set the cells as absolute references. In the formula, click the cell reference and then hit F4. If you had A1, it'll become $A$1. This means this particular cell will always be used, wherever you copy the formula. If you hit F4 again, you'll get A$1, which means the row will always be 1, but the column can change. Hit it one more time you'll get $A4, which means that column A will always be referenced, but you can drag the rows. Hit F4 one more time, and you be back to your relative reference of A1. Hope that helps, SamuelT -- SamuelT ------------------------------------------------------------------------ SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501 View this thread: http://www.excelforum.com/showthread...hreadid=553287 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In your formula put $ before the Row and column names and when you copy it
will look at that cell rather than progressing it. for example $A$1 "s2m via OfficeKB.com" wrote: how can I copy a formula that does not change the column or row number? I want to use the same formula with set column and row but when I copy from cell to cell it goes to the next column or row -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200606/1 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use "Absolute" references instead of "Relative" references.
=$A$1 instead of =A1 Vaya con Dios, Chuck, CABGx3 "s2m via OfficeKB.com" wrote: how can I copy a formula that does not change the column or row number? I want to use the same formula with set column and row but when I copy from cell to cell it goes to the next column or row -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200606/1 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() knowing how to use $ sets you on the road to Excel wisdom. Once i worked that out it opens up some many doors as you see futher capabilities. I only knew you could use F4 to put the $'s in until recently [a week ago \-: ] up until then I'd been typing them in manually bah! -- samprince ------------------------------------------------------------------------ samprince's Profile: http://www.excelforum.com/member.php...o&userid=34168 View this thread: http://www.excelforum.com/showthread...hreadid=553287 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Change the reference to Absolute.
=A1 is relative and will increment as copied. =$A$1 is absolute and will remain as is when copying To add the $ signs, highlight the references in the formula bar and hit F4 key to cycle through your options. Gord Dibben MS Excel MVP On Mon, 19 Jun 2006 15:51:28 GMT, "s2m via OfficeKB.com" <u23063@uwe wrote: how can I copy a formula that does not change the column or row number? I want to use the same formula with set column and row but when I copy from cell to cell it goes to the next column or row |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Copy a formula down a set number of times | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |