Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a sumproduct formula set up and it is working. the problem is that the
data it is pulling increases through out the month. When i try to set it up to look at A:A it does not work. It gives me a #NUM!. If I put A1:A163 it will work. The problem is today it may go down to 163 in a week it will need to go down to 1000. How can I set this up so i don't have to keep changing the formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
use a defined name for the range(s)
rngA=offset($a$1,0,0,counta($a:$a),1) rngB=offset($a$1,0,0,counta($a:$a),2) -- Don Guillett SalesAid Software "Kelly" wrote in message ... I have a sumproduct formula set up and it is working. the problem is that the data it is pulling increases through out the month. When i try to set it up to look at A:A it does not work. It gives me a #NUM!. If I put A1:A163 it will work. The problem is today it may go down to 163 in a week it will need to go down to 1000. How can I set this up so i don't have to keep changing the formula? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A couple of possible solutions...
1. A1:A65535 2. Dyanmic Named Ranges (even if you choose not to use this it is worth the read) http://www.cpearson.com/excel/named.htm -- HTH... Jim Thomlinson "Kelly" wrote: I have a sumproduct formula set up and it is working. the problem is that the data it is pulling increases through out the month. When i try to set it up to look at A:A it does not work. It gives me a #NUM!. If I put A1:A163 it will work. The problem is today it may go down to 163 in a week it will need to go down to 1000. How can I set this up so i don't have to keep changing the formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with sumproduct & dynamic ranges | Excel Worksheet Functions | |||
Need help with sumproduct and dynamic ranges | Excel Worksheet Functions | |||
Sumproduct | Excel Worksheet Functions | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |