|
| ||||||||||
| Tags: auto increment, ms excel |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Turn off auto increment in excel
|
|
#2
| ||||
| ||||
| Re: Turn off autoincrement in excel
The $ locate reference to the column or row in excel sheet into the absolute reference and that reference never change when you copy a formula down or across. =CONCATENATE(J29,$H29,"mmm") If you want to copy across, but always refer to H29. =CONCATENATE(J29,H$29,"mmm") If you want to copy down, but always refer to H29. =CONCATENATE(J29,$H$29,"mmm")If you want to copy down and across, but always refer to H29. |
|
#3
| ||||
| ||||
| Re: Turn off autoincrement in excel
You can disable autoincrement in excel. Go to Edit tab under option there you can see the check box which Allow cell drag and drop. If you uncheck that box then it won't allow user to drag and drop. That means it stop auto increment. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Turn off auto increment in excel" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to set auto-refesh for column which has a auto filter in Excel | RopeME | MS Office Support | 2 | 17-02-2012 07:05 PM |
| How to turn off auto screen resolution | Pralay | Customize Desktop | 5 | 07-04-2011 01:24 PM |
| Use Of Auto Increment field In Access database | Pony | Software Development | 5 | 03-02-2011 09:24 PM |
| Comparing the post increment and pre increment operators in C Programming | Hebrew | Software Development | 6 | 16-12-2009 05:31 PM |
| [Excel] no increment date | Florian | Windows Software | 3 | 15-10-2008 05:28 PM |