Excel CONCATENATE Using IF and COUNTA

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ค. 2011
  • Use a combination of concatenate, if, and counta to create a new string depending on a person having a middle initial or not.

ความคิดเห็น • 40

  • @Astronomynatureandmusic
    @Astronomynatureandmusic 12 ปีที่แล้ว +1

    Great. Clear; telling what you do and showing what you tell on screen; zooming the right places. Art!

  • @jennasnyder6174
    @jennasnyder6174 10 ปีที่แล้ว +1

    THANK YOU! This has been bothering me for months, you just saved me so much time!

  • @sklohr7343
    @sklohr7343 12 ปีที่แล้ว +1

    Best tutorial on concatenate in Excel. Thanks!!!!!

  • @jamesperry3837
    @jamesperry3837 7 ปีที่แล้ว +1

    Ive seen a few vids on the CONCATENATE function and this is so unique....
    Thank u for sharing

  • @deborahrose648
    @deborahrose648 2 ปีที่แล้ว

    I love all the comments you have, they are thoughtful

  • @cherylbeck1328
    @cherylbeck1328 9 ปีที่แล้ว

    I'm so proud of myself I have to add this. Just watching this video allowed me to finish my formula.
    =CONCATENATE(IF($E3="United States","USA: ",IF($E3="Mexico","MEX: ",IF($E3="Canada","CAN: "," "))),IF(COUNTA(C3)=1,CONCATENATE($C3,","," ",$D3),"")) AND IT WORKS GREAT!!
    Thank you

  • @adrianmoore9267
    @adrianmoore9267 11 ปีที่แล้ว +7

    I got similar results combining CONCATENATE with ISBLANK or ISTEXT. Here are the formulas I used:
    =IF(ISBLANK(C2),CONCATENATE(B2," ",A2),CONCATENATE(B2," ",C2,"."," ",A2))
    =IF(ISTEXT(C2),CONCATENATE(B2," ",C2,"."," ",A2),CONCATENATE(B2," ",A2))

  • @ndelpurg
    @ndelpurg 7 ปีที่แล้ว

    GREAT VIDEO ! MANY THANKS FOR CLEAR PRESENTATION ! PLEASE MAKE MORE VIDEOS SO HELPFUL

  • @fe_ezed
    @fe_ezed 8 ปีที่แล้ว +1

    thats not the exactly what im looking for BUT you really help me!
    =IF(C2>=18;CONCATENATE("Congrats! ";C3;" you can vote this coming election");CONCATENATE("Sorry ";C3;" you can't vote this coming election"))
    and thats works!!

  • @brittanyhul7989
    @brittanyhul7989 6 ปีที่แล้ว +1

    Thanks! I wasn't sure how to get Concatenate + If to combine. After watching this, I did =IF(A4=A5, CONCATENATE(J4," ",J5), 0) which will compare a cell in two different rows and if those two cells have the same value, then the formula will concatenate other cells from each of the rows into one.

  • @kuldevbatra2584
    @kuldevbatra2584 6 ปีที่แล้ว

    Such an excellent explanation. Thanks

  • @seanearnest
    @seanearnest 8 ปีที่แล้ว

    So helpful, thank you!

  • @paulbevan9983
    @paulbevan9983 9 ปีที่แล้ว

    Thoroughly enjoy your tutorials. Is there a way to automatically infill a cell on a prescribed date (=now()) to correspond with my direct debits in an income and expenditure spreadsheet, when my direct debit is the same amount on the same day each month through the year.

  • @deborahrose648
    @deborahrose648 2 ปีที่แล้ว

    Thanks for the clarification, so good

  • @PahlMGoff
    @PahlMGoff 11 ปีที่แล้ว +2

    Hi Ralph. It appears we share the same profession. Your tutorials are very concise. It also helps that you have a very clear voice. Sometimes my students need a bit more help with some of the concepts you cover in your screencasts. I may direct them your way from time to time.

  • @gorflunk
    @gorflunk 9 ปีที่แล้ว +1

    Thank you for the tutorial!
    You mentioned multiple ways to concatenate text. I would like to add this one:
    =IF(C2>0,B2&" "&C2&"."&" "&A2,B2&" "&A2)
    which translates to
    "-If C2 is not empty
    -then give me B2 and a space and C2 and a period and a space and A2
    -else give me B2 and a space and A2."
    Using the ampersand as a join is sometimes quicker and clearer than using the =CONCATENATE() formula.

    • @AztecWarrior69
      @AztecWarrior69 6 ปีที่แล้ว

      gorflunk
      =B2&IF(ISBLANK(C2)," "," "&C2&". ")&A2
      Works better. Not so long.

  • @rrmessina
    @rrmessina 10 ปีที่แล้ว

    great explanation! thx

  • @meladmalkawi2104
    @meladmalkawi2104 ปีที่แล้ว

    Great video
    but id like to show u an alternative
    intead of using the counta function use IF C1"" (which is blank)

  • @estebanherrera9271
    @estebanherrera9271 5 ปีที่แล้ว

    So what if I wanted to concatenate 4 columns and there is a possibilty any of those columns could be blank how would I approach that?

  • @mmnldrgz642
    @mmnldrgz642 4 ปีที่แล้ว

    Thank you so much for sharing =)

  • @firsttwo7295
    @firsttwo7295 5 ปีที่แล้ว +1

    how if i have more than one blank cell? how to solve this problem?

  • @financialguru8269
    @financialguru8269 ปีที่แล้ว

    How to calculate row different values in one cell with condition value should be more than or equal to 1

  • @lupet22
    @lupet22 11 ปีที่แล้ว

    Thank you, it very good

  • @heyarnold1988
    @heyarnold1988 7 ปีที่แล้ว

    Very helpful. Thank you.

    • @amlanghosh194
      @amlanghosh194 5 ปีที่แล้ว

      Beutifully explained,Mr Ralph ,Thanks and Regards

  • @bongsiojo
    @bongsiojo 12 ปีที่แล้ว

    Thanks!

  • @funnytoonss
    @funnytoonss 8 ปีที่แล้ว

    thanks for help

  • @mirahsenullah9973
    @mirahsenullah9973 8 ปีที่แล้ว

    I noticed you auto bold the top row. I wonder if there is an option for this in Excel or something complicated.

    • @EZCubik
      @EZCubik 8 ปีที่แล้ว

      He auto bolded all the cells at once by highlighting the cells he wanted to be bold and then simply by pressing the bold function/tab in the excel menu

  • @mikhosensei
    @mikhosensei 4 ปีที่แล้ว +1

    Thank you for this video. I have been in dilemma how to join those without middle initial.
    Now, the problem is, I want to extract the middle initial from the middle name. Can anyone help me how to solve it?
    Column A - First Name
    Column B - Middle Name
    Column C - Surname

  • @genecymonte8007
    @genecymonte8007 9 ปีที่แล้ว

    You can also use some logic in your formula. The "Logical_test" argument of the IF function sees "1" as TRUE, and a "0" as FALSE. So, if you put it like this: =IF(COUNTA(C4);CONCATENATE.. ETC..) You can get the same result.

  • @user-qx5jd5wk5d
    @user-qx5jd5wk5d ปีที่แล้ว

    hi, do you have sample for concatenate+vlookup ? thnx

  • @MuhammadIrfan-jv9ip
    @MuhammadIrfan-jv9ip 8 ปีที่แล้ว

    very sporting for new lerners

  • @DrClave
    @DrClave 13 ปีที่แล้ว

    Thank You very useful

    • @viewspace7118
      @viewspace7118 6 ปีที่แล้ว

      How to use concatenate with vlookup?

  • @carlosjosedominguezleonard1837
    @carlosjosedominguezleonard1837 8 หลายเดือนก่อน

    12 years in the future this is the only aprox video to use if with concat function. But the document I have is so scrambled I need to do at least 2 if to get a result, and I can't crack it😢

  • @mylovelym.1443
    @mylovelym.1443 5 ปีที่แล้ว

    Pls, help me out. What is missing here =IFS(COUNTA(D2)=1,CONCATENATE(B2,"-",D2), AND Ifs(COUNTA(D2)=0,CONCATENATE(B2,"-",C2)))

  • @minadev1
    @minadev1 8 ปีที่แล้ว

    Your video looks fuzzy