Ask Experts Questions for FREE Help !
Ask
    Amyunimus's Avatar
    Amyunimus Posts: 11, Reputation: 1
    New Member
     
    #1

    Oct 26, 2007, 10:01 AM
    Counting Items
    If a variable in column A fulfills a certain condition, I have it listed in column B

    Column A


    Q
    W
    E
    R
    T
    Y
    C
    O
    M
    P
    U
    T
    E
    R

    If the letter is a vowel, I want to list it in column B ( = if(A1=vowel,A1,"") (this isn't the exact formula-- I know this wouldn't work-- but it's just for the idea)

    So in Column B I get



    E


    Y

    O


    U

    E


    ..with blank ("") cells between.


    How can I count these items in the next column? I want:


    E 1


    Y 2

    O 3


    U 4

    E 5


    without the blank cells in between counted.

    Any suggestions?

    Thanks.
    mdosh01's Avatar
    mdosh01 Posts: 64, Reputation: 8
    Junior Member
     
    #2

    Dec 9, 2007, 08:44 PM
    In column C, row 1 enter the formula:

    =IF(B4="","",COUNTA($B$4:B4))

    Copy this formula into cells C1 through C14 (through letter "R"). The final cell should be:

    =IF(B17="","",COUNTA($B$4:B17))

    Let me know if it doesn't work for you.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Counting technique [ 1 Answers ]

I found that a circle placed in a rectangle can be shaded in 4 different ways. First, don't shade anything. Second, shading the circle only. Third, shading the rectangle only. Fourth, shading both the circle and rectangle. The question is: Find the number of shadings possible for 2 circles in a...

35 weeks and counting [ 9 Answers ]

Hi all it's me Jnet29 I have a question, for the last week I have been having headaches, nausea and I have been seeing spots for two days and my back have been killing me and I'm going to the bathroom like crazy can anyone tell me what's going on?

Counting to a million [ 1 Answers ]

How long would it take an average person to count to one million if they had 8 hours a day to do the counting.

Calorie counting [ 1 Answers ]

This might be a silly question but you won't know unless you ask,too count calories do you add up calories+calories from fat+carbs+sodium... this always puzzled me.Or do you add everything that stores fat from the nutrient fact chart?

34 weeks and counting [ 7 Answers ]

Well the dr said that he wants me to wait till Friday before going into labor. He also wrote a perscription to help make that possible. The babies are 4lbs 4oz and doing great. I have an appointment next week, he said if I make it that long. I am one and a half cm dialated and measuring full term...


View more questions Search