Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to create a formula in Microsoft Excel 2003 that uses the same
multiplier over and over? For instance, I am creating a spreadsheet where cell G3 is created by averaging a column of numbers. Then, I want to multiply G3 by each number in another column (such as, G3*H4=I4, then G3*H5=I5). Is there a way to do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter this in I4 and copy down as needed:
=G$3*H4 The $ will keep the reference row from changing. Biff "Lisa" wrote in message ... Is there a way to create a formula in Microsoft Excel 2003 that uses the same multiplier over and over? For instance, I am creating a spreadsheet where cell G3 is created by averaging a column of numbers. Then, I want to multiply G3 by each number in another column (such as, G3*H4=I4, then G3*H5=I5). Is there a way to do this? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Lisa
Enter your multiplier in G3 In I4 enter =$G$3*H4 Note the $ signs which lock G3. Copy down Column H. Gord Dibben MS Excel MVP On Mon, 7 Aug 2006 18:18:01 -0700, Lisa wrote: Is there a way to create a formula in Microsoft Excel 2003 that uses the same multiplier over and over? For instance, I am creating a spreadsheet where cell G3 is created by averaging a column of numbers. Then, I want to multiply G3 by each number in another column (such as, G3*H4=I4, then G3*H5=I5). Is there a way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to repeat a formula a set number of rows apart | Excel Discussion (Misc queries) | |||
repeat a formula same column same number of rows apart | Excel Discussion (Misc queries) | |||
repeat a formula same column same number of rows apart | Excel Discussion (Misc queries) | |||
How do I create a 26 'tier' IF formula? | Excel Discussion (Misc queries) | |||
How to create specific formula | Excel Worksheet Functions |