Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am trying to make a profit column that finds the difference of it's
respective row's column D minus it's respective column c. Is there a blanket formula that I can add so that I do not have to go through each cell individually and write the formula for that row? If there is, how do I enter it? I am very new at adding formulas and such. I do not know much about it. thank you for your help. scott |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Scott,
D2: =C2 D3: =OFFSET(D3,-1,0)-C2 Use the Fill Handle to fill down from D3 http://www.mvps.org/dmcritchie/excel/fillhand.htm An Example of a maintaining a spreadsheet and why you want to use OFFSET formulas so you can insert and delete rows http://www.mvps.org/dmcritchie/excel/insrtrow.htm http://www.mvps.org/dmcritchie/excel/offset.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "didja" wrote in message ... I am trying to make a profit column that finds the difference of it's respective row's column D minus it's respective column c. Is there a blanket formula that I can add so that I do not have to go through each cell individually and write the formula for that row? If there is, how do I enter it? I am very new at adding formulas and such. I do not know much about it. thank you for your help. scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to replace column letter in refferences with a function using the old column letter? | Excel Worksheet Functions | |||
Fill the entire column with a function | Excel Discussion (Misc queries) | |||
How do I create a formula for an entire column | New Users to Excel | |||
Copy one cell to entire column | Excel Discussion (Misc queries) | |||
How can I sort an entire spreadsheet from a list | Excel Worksheet Functions |