Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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
![]() |
|||
|
|||
![]()
Thanks A BUNCH! That did it!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with Concatenate function | Excel Programming | |||
Concatenate: in an IF Function | Excel Worksheet Functions | |||
CONCATENATE FUNCTION! | Excel Worksheet Functions | |||
concatenate function help | Excel Discussion (Misc queries) | |||
Concatenate Function | Excel Programming |