• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need help with Concatenate and If

ananthram

New Member
Please help me with Concatenate and if(with 2 criteria's)


Code:
=CONCATENATE([@Status],[@[Sub Status]])


the above 1 is use... now what i need is 


=if([@Status]="asd"&[@[Sub Status]]="zxc",=CONCATENATE([@Status],[@[Sub Status]]),[@Status])


i need a formula format like this.


please help me with this...Thanks in Advance. :)
 
Hi Ananthram,


May I request you to explain your criteria in words and give a manual output of your expected result (after concatenation)?


Kaushik
 
Hi Kaushik,


what i need is a formula which includes IF and CONCATENATE, where IF should contain 2 criteria in Logical_Test & CONCATENATE should be in [Value_if_true],the 1st criteria as [Value_if_false].


=if(criteria_1="asd"&Criteria_2="zxc",concatenate(<criteria_1>,<Criteria_2>),<criteria_1>).


if Cell A has
Code:
asd and B has [code]zxc
, then C should will be calculated as asdzxc[/code],

or else vice versa.


please help me
 
Back
Top