Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I can not figure out how to apply a continual formula to a column of figures.
Ex. There is a specific number is cell A1. I would like to enter a formula of "=sum(A4/A1)" into cell B4 Then.........................................."=su m(A5/A1)" into cell B5 How do I get an entire portion of column A to all be divided by cell A1 and put the answers in the corresponding B cells ? Thank you in advance for your time ! Much appreciated ! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Audrey wrote:
I can not figure out how to apply a continual formula to a column of figures. Ex. There is a specific number is cell A1. I would like to enter a formula of "=sum(A4/A1)" into cell B4 Then.........................................."=su m(A5/A1)" into cell B5 How do I get an entire portion of column A to all be divided by cell A1 and put the answers in the corresponding B cells ? Thank you in advance for your time ! Much appreciated ! Try entering =A4/A$1 in B4 (the SUM() function is redundant) and then copying down the formula. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
B4: =A4/$A$1 copy that formula down as far as you need. Note: the dollar signs in the references lock-in that part of the reference. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Audrey" wrote: I can not figure out how to apply a continual formula to a column of figures. Ex. There is a specific number is cell A1. I would like to enter a formula of "=sum(A4/A1)" into cell B4 Then.........................................."=su m(A5/A1)" into cell B5 How do I get an entire portion of column A to all be divided by cell A1 and put the answers in the corresponding B cells ? Thank you in advance for your time ! Much appreciated ! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Audrey Wrote: I can not figure out how to apply a continual formula to a column of figures. Ex. There is a specific number is cell A1. I would like to enter a formula of "=sum(A4/A1)" into cell B4 Then.........................................."=su m(A5/A1)" into cell B5 How do I get an entire portion of column A to all be divided by cell A1 and put the answers in the corresponding B cells ? Thank you in advance for your time ! Much appreciated ! In Cell B4, enter the formula =A4/$A$1 and copy all the way down. Regards. -- BenjieLop ------------------------------------------------------------------------ BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019 View this thread: http://www.excelforum.com/showthread...hreadid=534703 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
a fomula for an entire column | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions |