Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I created a countif formula, but have a great amount of exact values to put
in a number of cells which will count up another sheet with those values. Is there an easier way to input the formula for each cell other than editing the copied formula over and over again? i.e. =COUNTIF(Sheet2!G9:G30007, "=reddog1") I will need to change reddog1 to reddog1, reddog3, bluecat1, etc. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
on your first sheet set up a list of the terms you want for example in A1 put
reddog1 in A2 put reddog2 etc then in column b1 enter=countif(Sheet2!$G$9:$G$30007,A1) copy b1 down to the end of the data in column A please note I changed your data reference to absolute reference rather than relative. "asg2307" wrote: I created a countif formula, but have a great amount of exact values to put in a number of cells which will count up another sheet with those values. Is there an easier way to input the formula for each cell other than editing the copied formula over and over again? i.e. =COUNTIF(Sheet2!G9:G30007, "=reddog1") I will need to change reddog1 to reddog1, reddog3, bluecat1, etc. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I tried it and it works great, thanks.
"bj" wrote: on your first sheet set up a list of the terms you want for example in A1 put reddog1 in A2 put reddog2 etc then in column b1 enter=countif(Sheet2!$G$9:$G$30007,A1) copy b1 down to the end of the data in column A please note I changed your data reference to absolute reference rather than relative. "asg2307" wrote: I created a countif formula, but have a great amount of exact values to put in a number of cells which will count up another sheet with those values. Is there an easier way to input the formula for each cell other than editing the copied formula over and over again? i.e. =COUNTIF(Sheet2!G9:G30007, "=reddog1") I will need to change reddog1 to reddog1, reddog3, bluecat1, etc. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy and pasting a find all list into another column | Excel Discussion (Misc queries) | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
When I copy down into the next cell the formula changes correctly. | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |