Hi Myke,

Try below formula:-

=IF(C1="Inadequate",A1&" "&B1&" "&C1&CHAR(10),"")

Workbook containing the same formula is also attached.

Best Regards,
-- 
DILIP KUMAR PANDEY
   MBA-HR,B COM(Hons.),BCA
Mobile: +91 9810929744
dilipan...@gmail.com
dilipan...@yahoo.com
New Delhi - 110062

On 1/20/10, Myke <mykal.sm...@gmail.com> wrote:
>
> Hello All,
>
> While this may sound silly, I'm trying to concatenate values in 3
> columns into a single cell to essentially create a list using a
> formula.
>
>          A               B               C
>
> 1     Area1       Value1      Inadequate
>
> 2     Area2       Value2      Adequate
>
> 3     Area3       Value3      Inadequate
>
>
> The manual way for me to do this is:
>
> Concatenate(A1, "      ",B1,"       ",C1,Char(10))
>
> As you can see I want space between each value and a new line at the
> end. I want all rows where column C has "Inadequate" and for this
> concatenation to happen in one cell. The reason for this is so that I
> can refer to that cell using a text box in another sheet.
>
> I'm probably taking the wrong approach to accomplish this. Any help or
> suggestions are greatly appreciated!
>
> Thank you,
> Myke
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at
> http://www.excelitems.com
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
>
> To post to this group, send email to excel-macros@googlegroups.com
> If you find any spam message in the group, please send an email to:
> Ayush Jain  @ jainayus...@gmail.com
> <><><><><><><><><><><><><><><><><><><><><><>
> HELP US GROW !!
>
> We reach over 6,700 subscribers worldwide and receive many nice notes about
> the learning and support from the group.Let friends and co-workers know they
> can subscribe to group at
> http://groups.google.com/group/excel-macros/subscribe
>
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 6,700 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Attachment: Concatenate.xls
Description: MS-Excel spreadsheet

Reply via email to