Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry for the confusing title....I couldn't figure out another way to say it.
But I can't figure out which formula to use for this. For example: Workbook 1 - contains 2 worksheets On Sheet1, Column A, there is a list of numbers. i.e. A1 = 1, A2 = 1, A3 = 2 etc as shown below: 1 1 2 2 4 4 4 4 5 6 7 7 7 2 2 4 4 4 4 5 6 1 2 2 On Sheet2, Column A I have a list of sequential numbers as shown below 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 If I want a total of how many times the #1 shows up on Sheet1 in Column A, and want that value put in column B on Sheet 2.....what formula would I use? I hope this makes sense to someone :-) Christine |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Christine
=COUNTIF(Sheet1!A:A,A1) and copy down -- Regards Roger Govier "Christine" wrote in message ... Sorry for the confusing title....I couldn't figure out another way to say it. But I can't figure out which formula to use for this. For example: Workbook 1 - contains 2 worksheets On Sheet1, Column A, there is a list of numbers. i.e. A1 = 1, A2 = 1, A3 = 2 etc as shown below: 1 1 2 2 4 4 4 4 5 6 7 7 7 2 2 4 4 4 4 5 6 1 2 2 On Sheet2, Column A I have a list of sequential numbers as shown below 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 If I want a total of how many times the #1 shows up on Sheet1 in Column A, and want that value put in column B on Sheet 2.....what formula would I use? I hope this makes sense to someone :-) Christine |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Roger, thanks so much. I was making it more difficult than it had to be
trying to use a vlookup and a unique value......I'll have to hit myself in the head ;-). Thanks for your help. Christine "Roger Govier" wrote: Hi Christine =COUNTIF(Sheet1!A:A,A1) and copy down -- Regards Roger Govier "Christine" wrote in message ... Sorry for the confusing title....I couldn't figure out another way to say it. But I can't figure out which formula to use for this. For example: Workbook 1 - contains 2 worksheets On Sheet1, Column A, there is a list of numbers. i.e. A1 = 1, A2 = 1, A3 = 2 etc as shown below: 1 1 2 2 4 4 4 4 5 6 7 7 7 2 2 4 4 4 4 5 6 1 2 2 On Sheet2, Column A I have a list of sequential numbers as shown below 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 If I want a total of how many times the #1 shows up on Sheet1 in Column A, and want that value put in column B on Sheet 2.....what formula would I use? I hope this makes sense to someone :-) Christine |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting the number of times value of "x" appears in a row | Excel Discussion (Misc queries) | |||
Count number of times two columns have desired values | Excel Discussion (Misc queries) | |||
count each cell that have a number and take that number and count. | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions |