N Number11 Member Local time Today, 17:45 Joined Jan 29, 2020 Messages 619 Jan 5, 2024 #1 how do i copy this formula to all rows =COUNTIF(A:A,A112911) if i drag it it changed the row number =COUNTIF(A:A,A112912) =COUNTIF(A:A,A112913) =COUNTIF(A:A,A112914) =COUNTIF(A:A,A112915) and so on..
how do i copy this formula to all rows =COUNTIF(A:A,A112911) if i drag it it changed the row number =COUNTIF(A:A,A112912) =COUNTIF(A:A,A112913) =COUNTIF(A:A,A112914) =COUNTIF(A:A,A112915) and so on..
J Josef P. Well-known member Local time Today, 18:45 Joined Feb 2, 2023 Messages 1,104 Jan 5, 2024 #2 This will be difficult in an Access query (used forum: Microsoft Access Discussion -> Queries). In Excel: =COUNTIF(A:A,A$112911) ... or simply refer to the top line in the subsequent lines, as it will always be the same value.
This will be difficult in an Access query (used forum: Microsoft Access Discussion -> Queries). In Excel: =COUNTIF(A:A,A$112911) ... or simply refer to the top line in the subsequent lines, as it will always be the same value.
Gasman Enthusiastic Amateur Local time Today, 17:45 Joined Sep 21, 2011 Messages 16,685 Jan 5, 2024 #3 Number11 said: how do i copy this formula to all rows =COUNTIF(A:A,A112911) if i drag it it changed the row number =COUNTIF(A:A,A112912) =COUNTIF(A:A,A112913) =COUNTIF(A:A,A112914) =COUNTIF(A:A,A112915) and so on.. Click to expand... Why would you want the same value in every cell?
Number11 said: how do i copy this formula to all rows =COUNTIF(A:A,A112911) if i drag it it changed the row number =COUNTIF(A:A,A112912) =COUNTIF(A:A,A112913) =COUNTIF(A:A,A112914) =COUNTIF(A:A,A112915) and so on.. Click to expand... Why would you want the same value in every cell?
Minty AWF VIP Local time Today, 17:45 Joined Jul 26, 2013 Messages 10,646 Jan 5, 2024 #4 Gasman said: Why would you want the same value in every cell? Click to expand... It could be a constant value, like a VAT rate or similar set in one place in the sheet?
Gasman said: Why would you want the same value in every cell? Click to expand... It could be a constant value, like a VAT rate or similar set in one place in the sheet?
Gasman Enthusiastic Amateur Local time Today, 17:45 Joined Sep 21, 2011 Messages 16,685 Jan 5, 2024 #5 Minty said: It could be a constant value, like a VAT rate or similar set in one place in the sheet? Click to expand... Ah, I just refer to that one cell each time. I would use CountIf() to count the various items in my rows/columns. Like so TitleCountMr72Mrs184Ms1Miss3
Minty said: It could be a constant value, like a VAT rate or similar set in one place in the sheet? Click to expand... Ah, I just refer to that one cell each time. I would use CountIf() to count the various items in my rows/columns. Like so TitleCountMr72Mrs184Ms1Miss3