Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhpas I am an idiot, but I could not find this in the online help anywhere.
Maybe someone has conquered this problem. I want to do a fill down command, but use a single cell as a multiplier for each line. For example, I want to calcuate a value across a row, with a number in the final cell column of that row. Then I want to add a calculation that will multiply the number in that cell by a number in a single cell somewhere else on a sheet (profit margin calculation). When I do a fill down it keeps trying to use the value in the cell below the single cell: =(L11*M6) =(L12*M7) =(L13*M8) and so on. I just want them all to read =(L11*M6) =(L12*M6) =(L13*M6) But still be able to use the fill down as sometimes these columns get quite large. Thanks, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
=(L11*$M$6) and copy it down "Bassplayer4x4" wrote: Perhpas I am an idiot, but I could not find this in the online help anywhere. Maybe someone has conquered this problem. I want to do a fill down command, but use a single cell as a multiplier for each line. For example, I want to calcuate a value across a row, with a number in the final cell column of that row. Then I want to add a calculation that will multiply the number in that cell by a number in a single cell somewhere else on a sheet (profit margin calculation). When I do a fill down it keeps trying to use the value in the cell below the single cell: =(L11*M6) =(L12*M7) =(L13*M8) and so on. I just want them all to read =(L11*M6) =(L12*M6) =(L13*M6) But still be able to use the fill down as sometimes these columns get quite large. Thanks, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=L11*M$6
It's the difference between relative and absolute addresses. Look it up in Excel help And you don't need the parentheses. -- David Biddulph "Bassplayer4x4" wrote in message ... Perhpas I am an idiot, but I could not find this in the online help anywhere. Maybe someone has conquered this problem. I want to do a fill down command, but use a single cell as a multiplier for each line. For example, I want to calcuate a value across a row, with a number in the final cell column of that row. Then I want to add a calculation that will multiply the number in that cell by a number in a single cell somewhere else on a sheet (profit margin calculation). When I do a fill down it keeps trying to use the value in the cell below the single cell: =(L11*M6) =(L12*M7) =(L13*M8) and so on. I just want them all to read =(L11*M6) =(L12*M6) =(L13*M6) But still be able to use the fill down as sometimes these columns get quite large. Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple question on With command | Excel Discussion (Misc queries) | |||
beginner question re =PROPER(A1) command | Excel Discussion (Misc queries) | |||
Help! Lost Data with Fill Command!! | Excel Discussion (Misc queries) | |||
Increasing Sheet Numbers by one on fill down command | Excel Worksheet Functions | |||
Keyboard command to replace double clicking the fill handle | Excel Discussion (Misc queries) |