Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to create a list of numbers and continuously add up the previous four
numbers. For example if column A has the numbers 1-52, then in column B, starting in the fifth row, I would like it to add the previous four numbers. Since the numbers from column A can and will change, the formula in B should change. The answer in column B will then be read by another worksheet, in oder for it to be included in a SUMIF or IF type formula |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Put this in B5 and drag down =SUM(A1:A4) Mike "Brown" wrote: I want to create a list of numbers and continuously add up the previous four numbers. For example if column A has the numbers 1-52, then in column B, starting in the fifth row, I would like it to add the previous four numbers. Since the numbers from column A can and will change, the formula in B should change. The answer in column B will then be read by another worksheet, in oder for it to be included in a SUMIF or IF type formula |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel list of names, addresses and email to address book/contact list??? | Excel Discussion (Misc queries) | |||
create new list from list A, but with exclusions from a list B | Excel Worksheet Functions | |||
validation list--list depends on the selection of first list | New Users to Excel | |||
list 1 has 400 names List 2 has 4000. find manes from list 1 on 2 | Excel Worksheet Functions | |||
find names on list 1 in list 2. list 1 4000 names list 2 400 name | Excel Worksheet Functions |