counta

  1. L

    Conditional 'counta' argument (dependent on year)

    Hi all, I'm having trouble with the argument below.... <tbody> 2005 2005 2005 2006 2006 2007 2008 2008 2008 2009 Jan Feb Mar Jan Jun Jan Jan Feb Mar Feb 1 2 0 0 0 3 1 4 4 2 2 3 5 5 0 9 9 0 0 0 1 2 3 0 0 3 1 4 4 2 2 3 0 0 0 4 0 0 0 1 </tbody> I want to find out how may years hold...
  2. G

    COUNT rows to limit number of rows in VLOOKUP

    I have done this before so know it can be done but I've been banging my head trying to remember the required syntax. I'm working on a worksheet with a simple VLOOKUP. =VLOOKUP(E5,$F$5:$H$90000,3,0) My previous colleague set the last row to 90000 knowing that we would never need 90000 rows...
  3. M

    Sum variable number of rows with formula

    I would like to be able to copy formula down to sum amounts in COL B based on how many text values in COL A. I have searched to no avail. Is this possible without VBA and without array (would prefer to avoid volatile functions if at all possible)? (Can't use these when uploaded to secondary...
  4. M

    TRANSPOSE with COUNTA

    Hello All, For some reason Excel will not allow the user to transpose an entire sheet, Is there a way to write a formula that will figure out the exact dimensions of the data table regardless of size and transpose it? I've done something like this with HLOOKUP but cannot find a way to do this...
  5. B

    Counta

    Hi, I'm trying to create a dynamic formula that will apply to multiple tables with multiple minimums. Basically, I am trying to first identify the cell that holds the minimum, then count the cells from that minimum down the column, until the cell value becomes greater than 1. So far, I have the...
  6. B

    COUNTA reports a value of 1 when there's nothing to count

    I have a macro that reports how many rows have data in Column A of a subsidiary worksheet. The code is ActiveCell.FormulaR1C1 = "=counta(indirect(RC[-1] & ""!A:A""))" Thus if the cell to the left says "BUY" I get the number of rows with data in worksheet BUY. My problem is that if BUY does...
  7. V

    CountA formula counting blank cells with formula

    Hi, I am using CountA to count the cells yielding a value. These cell have a formula that leaves the cell "blank" if a criteria is not met. However, ContA is also counting the cells with no value, but just a formula (yielding blank as result). Any suggestion on this issue will be a great...
  8. D

    Counting Items within a VLOOKUP

    This has 2 items involved: A count function and a Sum function within a VLOOKUP. Though I may be incorrect in my assumption of them being within the VLOOKUP I need to Count the number of times the word "Total" comes up within a specific chart After that and in a different cell I need to pull...
  9. J

    Using COUNTA in my summary Sheet

    In this macro (original macro here)my workbook is consolidated into a summary sheet. Within that summary sheet I would like the last column to return the number of rows -1 in the corresponding worksheet.I highlighted the part of the code that I need help with. I understand It should be...
  10. J

    Using COUNTA to count only visible cells

    Is there a way to use counta to count only the visible cells in a spreadsheet? Thanks. Jim
  11. F

    INDIRECT function

    Hi, below code is taking values from columns =OFFSET(INDIRECT($D$76),$D$79,1,1,COUNTA(OFFSET(INDIRECT($D$76),$D$79,1,1,100))) how to change it that will be taking values from rows?
  12. H

    IF Cell is blank, use COUNTA formula.

    Hi Folks, Excuse my stupidity, I have a fairly straightforward excel formula question. I am trying to use the following formula: =IF(ISBLANK('Contract Compliance Month 3'!F38:F39),COUNTA('Data Sheet'!D7:D64)) if a certain cell, F38:F39 is filled, run the counta formula and display the total...
  13. E

    VLookup Between Two Dates + CountA

    Hello - I am reaching out for some help with a VLookUp question I have. In short, I have a spreadsheet that contains all of the recruiting advertisements we've done for the year. We have several sites we post to and I was hoping for a quick solution to quantify the number of advertisements we...
  14. S

    Dynamic Range Charts

    Hi Guys, Ok so I need to create a dynamic chart that only portrays the last 12 sets of data. The data goes along like this and continue with the dates and weeks <colgroup><col><col><col><col span="2"></colgroup><tbody> 05/01/2013 12/01/2013 19/01/2013 26/01/2013 1 2 3 4 Ashley 27.01%...
  15. R

    Problem with Dynamic Range & COUNTA function

    Hey all, I am trying to get a count of non-numeric cells in a range, with a dynamically selected range based on the column header, which is placed through a macro by the user of the form. So essentially, the user selects the appropriate column, clicks a button, and the macro fills in the header...
  16. N

    Count Number of Populated Cells containing formulas

    Excel 2010 Sheet 1 contains range B12:B353 with names of people. Sheet 2 range B12:B353 contains a formula to extract the names from Sheet 1 if range D12:D353 contains a certain value: =IF(Sheet1!D12:D354="A",(Sheet1!B12:B353)," ") At the bottom of each column in Sheet 2 I am trying to get...
  17. C

    CountA if that row has correct date

    So I am trying to calculate if there was any data in Column D and Column A has the correct date associated in that row: A1= 4/1/2013 D1= data A2= 4/2/2013 D2= A3= 4/1/2013 D3= data So my formula could be something like this: =CountA(D:D), AND(A:A, "4/1/2013") and it would come up with the...
  18. M

    HELP!!: Conditional COUNTA formula?????

    hi, i am searching everywhere one the internet for this. It doesnt seem quite work. In column A i have various status and in column B, i have various values with blanks. I want to count the values in column B (not blank) that has corresponding status in column A. see below for example...
  19. M

    =IFERROR() "value_if_error" incongruity

    Hello there. New poster here, so I'm nearly guaranteed to pose an already-asked question, I suppose. I did search for it though! I'm using Excel 2007 with Windows XP Professional Ver 2002 SP3. Here's a basic version of a table I'm working with. <tbody> M M M M M SM C C C C C SC...
  20. B

    CountA in VBA using activecell.row to set the range

    Please help! I am trying to enter the worksheet function CountA in a whole column to count how many blank cells exist in each of the rows. I have a for each loop which will work down the column but I can't figure out how to get the formula (or result) into each of the cells. I have nicked...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top