Below is my formula:
=HYPERLINK("mailto:"&G9&"?subject="&$B$1&TEXT(I9,"Mmm-yyyy")&"&cc="&$B$2&"&body="&P9,"Send email")
G9 - Consists of valid Email address.
B1 - Valid Subject line
I9 - Consists of Date converted in MM-YYYY format
B2 - Valid Email address
P9 - consists of IF formula - which is linked to another cell with HTML tag - ="Hi "&[@[First Name]]&"%0ASharing your QC score for "&TEXT(H9,"Mmm-yy")&"%0A%0AYour score is: "&TEXT(M9,"0.00%")&"%0A%0APlease work towards getting scores of 95% or higher.%0A%0A%0AThanks,%0A%0AMartin"
Is this error due to crossing the 255 character mark? Is there any workaround besides having to reduce the number of words?
=HYPERLINK("mailto:"&G9&"?subject="&$B$1&TEXT(I9,"Mmm-yyyy")&"&cc="&$B$2&"&body="&P9,"Send email")
G9 - Consists of valid Email address.
B1 - Valid Subject line
I9 - Consists of Date converted in MM-YYYY format
B2 - Valid Email address
P9 - consists of IF formula - which is linked to another cell with HTML tag - ="Hi "&[@[First Name]]&"%0ASharing your QC score for "&TEXT(H9,"Mmm-yy")&"%0A%0AYour score is: "&TEXT(M9,"0.00%")&"%0A%0APlease work towards getting scores of 95% or higher.%0A%0A%0AThanks,%0A%0AMartin"
Is this error due to crossing the 255 character mark? Is there any workaround besides having to reduce the number of words?