Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I need help trying to find a formula for calculating up an occuring number in a specific column. An example being that if I need to find out how many times the number "230.28" occurs in column H, which formula would I use? I was trying to use =lookup(J7:this being the cell in which the number I need to see how many times occurs is:,$H$7:$H$100) but obviously this doesn't calculate up how many times it occurs in the column. Any help will be greatly appreciated. :) -- Exedate ------------------------------------------------------------------------ Exedate's Profile: http://www.excelforum.com/member.php...o&userid=23812 View this thread: http://www.excelforum.com/showthread...hreadid=374652 |
#2
![]() |
|||
|
|||
![]() Would the COUNTIF function work for you? -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=374652 |
#3
![]() |
|||
|
|||
![]() Yes it did. Thankyou very much. -- Exedate ------------------------------------------------------------------------ Exedate's Profile: http://www.excelforum.com/member.php...o&userid=23812 View this thread: http://www.excelforum.com/showthread...hreadid=374652 |
#4
![]() |
|||
|
|||
![]() Exedate Wrote: I need help trying to find a formula for calculating up an occuring number in a specific column. An example being that if I need to find out how many times the number "230.28" occurs in column H, which formula would I use? I was trying to use =lookup(J7:this being the cell in which the number I need to see how many times occurs is:,$H$7:$H$100) but obviously this doesn't calculate up how many times it occurs in the column. Any help will be greatly appreciated. :) Try this ... =COUNTIF(H7:H100,\"=\"&J7) Regards. -- BenjieLop ------------------------------------------------------------------------ BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019 View this thread: http://www.excelforum.com/showthread...hreadid=374652 |
#5
![]() |
|||
|
|||
![]()
Hi
One way would be =SUMPRODUCT(--($H$7:$H$100=J7)*1) -- Regards Roger Govier "Exedate" wrote in message ... I need help trying to find a formula for calculating up an occuring number in a specific column. An example being that if I need to find out how many times the number "230.28" occurs in column H, which formula would I use? I was trying to use =lookup(J7:this being the cell in which the number I need to see how many times occurs is:,$H$7:$H$100) but obviously this doesn't calculate up how many times it occurs in the column. Any help will be greatly appreciated. :) -- Exedate ------------------------------------------------------------------------ Exedate's Profile: http://www.excelforum.com/member.php...o&userid=23812 View this thread: http://www.excelforum.com/showthread...hreadid=374652 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to calculate sales tax from total sales | Excel Worksheet Functions | |||
How to sum total automatically in more than one sales invoices | Excel Worksheet Functions | |||
How do I calculate Amount of Sales Tax from Total Amount? | Excel Worksheet Functions | |||
I want to add 6% sales tax to the amount in a cell/column | Excel Discussion (Misc queries) | |||
a formula to find total compound amount after given number of yea. | Excel Worksheet Functions |