Auto changing on the value with the rows and columns.
Hi experts, may need some help. I am trying to build a formula that for the yellow highlight numbers to refer to the first row and when I drag it, it will follow the numbers set in the first row. For the Blue highlighted value, refer to the column on the right; when I drag it, it will refer to the next column.
Currently, I manually change the value and it will be easier if able to have some expert advice anyway to automise it.
Thanks alot.
Best Answer
-
You can use cell references such as
$Name@row
and
[W01]$1
Notice the "$". It locks in that particular piece of the cell reference. The first is locking in the [Name] column reference which will allow you to dragfill left to right but makes vertical dynamic. The second locks in row 1 so that dragfilling down will always still reference row 1, but since the column reference is not locked in, it will update dynamically as you dragfill left to right.
Answers
-
You can use cell references such as
$Name@row
and
[W01]$1
Notice the "$". It locks in that particular piece of the cell reference. The first is locking in the [Name] column reference which will allow you to dragfill left to right but makes vertical dynamic. The second locks in row 1 so that dragfilling down will always still reference row 1, but since the column reference is not locked in, it will update dynamically as you dragfill left to right.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!