Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
why does my formula change when I add data example
FORMULA BEFORE ADDING DATA =COUNTIF(D9:D6369,33) FORMULA AFTER DATA IS ADDED TO THE WORKSHEET =COUNTIF(D242:D6369,33) This is the data that is entered in worksheet 10 080501 S-BU-99-M 46 0277 DOLLEW 5/7/2008 9:23 10 080501 S-BU-99-M 46 0278 ALBGRA 5/6/2008 14:21 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to make your cell references absolute by using the $ signs. So the
first formula should be =Countif($D$9:$D$6369,33) Then when you paste it on down it will keep the correct array otherwise it will increment to D10, D11, etc. "almacarrillo" wrote: why does my formula change when I add data example FORMULA BEFORE ADDING DATA =COUNTIF(D9:D6369,33) FORMULA AFTER DATA IS ADDED TO THE WORKSHEET =COUNTIF(D242:D6369,33) This is the data that is entered in worksheet 10 080501 S-BU-99-M 46 0277 DOLLEW 5/7/2008 9:23 10 080501 S-BU-99-M 46 0278 ALBGRA 5/6/2008 14:21 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
IT DID NOT WORK.
"akphidelt" wrote: You need to make your cell references absolute by using the $ signs. So the first formula should be =Countif($D$9:$D$6369,33) Then when you paste it on down it will keep the correct array otherwise it will increment to D10, D11, etc. "almacarrillo" wrote: why does my formula change when I add data example FORMULA BEFORE ADDING DATA =COUNTIF(D9:D6369,33) FORMULA AFTER DATA IS ADDED TO THE WORKSHEET =COUNTIF(D242:D6369,33) This is the data that is entered in worksheet 10 080501 S-BU-99-M 46 0277 DOLLEW 5/7/2008 9:23 10 080501 S-BU-99-M 46 0278 ALBGRA 5/6/2008 14:21 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
well, im lost... you'll have to explain a little bit more, because I don't
understand how a formula magically jumps. Where is the formula located, how many rows of data do you have, etc. "almacarrillo" wrote: IT DID NOT WORK. "akphidelt" wrote: You need to make your cell references absolute by using the $ signs. So the first formula should be =Countif($D$9:$D$6369,33) Then when you paste it on down it will keep the correct array otherwise it will increment to D10, D11, etc. "almacarrillo" wrote: why does my formula change when I add data example FORMULA BEFORE ADDING DATA =COUNTIF(D9:D6369,33) FORMULA AFTER DATA IS ADDED TO THE WORKSHEET =COUNTIF(D242:D6369,33) This is the data that is entered in worksheet 10 080501 S-BU-99-M 46 0277 DOLLEW 5/7/2008 9:23 10 080501 S-BU-99-M 46 0278 ALBGRA 5/6/2008 14:21 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
But the OP isn't not copying and pasting down, it's data being inserted.
Try =COUNTIF(INDIRECT("D9:D6369"),33) -- David Biddulph "akphidelt" wrote in message ... You need to make your cell references absolute by using the $ signs. So the first formula should be =Countif($D$9:$D$6369,33) Then when you paste it on down it will keep the correct array otherwise it will increment to D10, D11, etc. "almacarrillo" wrote: why does my formula change when I add data example FORMULA BEFORE ADDING DATA =COUNTIF(D9:D6369,33) FORMULA AFTER DATA IS ADDED TO THE WORKSHEET =COUNTIF(D242:D6369,33) This is the data that is entered in worksheet 10 080501 S-BU-99-M 46 0277 DOLLEW 5/7/2008 9:23 10 080501 S-BU-99-M 46 0278 ALBGRA 5/6/2008 14:21 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THE ROWS OF DATA DEPEND BECAUSE EVERY DAY I ADD DATA TO IT.DATA STARTS ON ROW
11 AND THE FORMULAS ARE ON ROW 2,3,4,5 & 6 i WOULD LIKE FOR YOU TO SEE THE WORKBOOK THAT I HAVE.. "akphidelt" wrote: well, im lost... you'll have to explain a little bit more, because I don't understand how a formula magically jumps. Where is the formula located, how many rows of data do you have, etc. "almacarrillo" wrote: IT DID NOT WORK. "akphidelt" wrote: You need to make your cell references absolute by using the $ signs. So the first formula should be =Countif($D$9:$D$6369,33) Then when you paste it on down it will keep the correct array otherwise it will increment to D10, D11, etc. "almacarrillo" wrote: why does my formula change when I add data example FORMULA BEFORE ADDING DATA =COUNTIF(D9:D6369,33) FORMULA AFTER DATA IS ADDED TO THE WORKSHEET =COUNTIF(D242:D6369,33) This is the data that is entered in worksheet 10 080501 S-BU-99-M 46 0277 DOLLEW 5/7/2008 9:23 10 080501 S-BU-99-M 46 0278 ALBGRA 5/6/2008 14:21 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
match formula - 2 excel files:#1 hasthis formula, 2nd has the Raw | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
Converting an Excel formula to an Access query formula | Excel Discussion (Misc queries) |