Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JPP JPP is offline
Member
 
Posts: 35
Post Using a CONCATENATE function with an IF function.

I currently have this function:

=IF(AO116="1) Agent did not identify the beneficiary's likes & dislikes.,2) Agent did not ask or acknowledge they understand the beneficiary's current coverage.,3) Agent failed to collect enough information to recommend a suitable plan.,4) Agent recommended a plan that is not suitable for the beneficiary's needs.,6) Other compliance issue.", "1) Agent did not identify the beneficiary's likes & dislikes.", “0”)


However, this is over the 255 char limit. How can I use this in conjunction with the CONCATENATE function per the instructions in Excel? This code works, and is what I want to happen. It's just that this one is too long for Excel's liking. Thank!
  #2   Report Post  
JPP JPP is offline
Member
 
Posts: 35
Default

=IF(AO116="1) Agent did not identify the beneficiary's likes & dislikes.&"-"&2) Agent did not ask or acknowledge they understand the beneficiary's current coverage.&"-"&3) Agent failed to collect enough information to recommend a suitable plan.&"-"&4) Agent recommended a plan that is not suitable for the beneficiary's needs.&"-"&6) Other compliance issue.", "1) Agent did not identify the beneficiary's likes & dislikes.", “0”)


This almost got it! It doesn't return the error message anymore, but its not displaying the results. Returns a #Value! error.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 829
Default Using a CONCATENATE function with an IF function.

"JPP" wrote:
I currently have this function:
=IF(AO116="1) Agent did not identify the beneficiary's likes &
dislikes.,2) Agent did not ask or acknowledge they understand the
beneficiary's current coverage.,3) Agent failed to collect enough
information to recommend a suitable plan.,4) Agent recommended a plan
that is not suitable for the beneficiary's needs.,6) Other compliance
issue.", "1) Agent did not identify the beneficiary's likes &
dislikes.", "0")
However, this is over the 255 char limit. How can I use
this in conjunction with the CONCATENATE function


Never use the CONCATENATE function. Use the concatenate operator (&). See
its use just before "4) Agent recommended a plan".

=IF(AO116="1) Agent did not identify the beneficiary's likes &
dislikes.,2) Agent did not ask or acknowledge they understand the
beneficiary's current coverage.,3) Agent failed to collect enough
information to recommend a suitable plan.," & "4) Agent recommended a plan
that is not suitable for the beneficiary's needs.,6) Other compliance
issue.", "1) Agent did not identify the beneficiary's likes &
dislikes.", "0")

  #4   Report Post  
JPP JPP is offline
Member
 
Posts: 35
Default

Thanks A BUNCH! That did it!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with Concatenate function Snowy Excel Programming 8 January 10th 11 12:49 PM
Concatenate: in an IF Function Tracey Excel Worksheet Functions 6 March 16th 09 05:13 PM
CONCATENATE FUNCTION! pyager Excel Worksheet Functions 4 September 29th 08 05:12 PM
concatenate function help andresg1975 Excel Discussion (Misc queries) 2 October 19th 06 04:32 PM
Concatenate Function Dnk Excel Programming 1 February 11th 04 02:10 PM


All times are GMT +1. The time now is 08:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"