I have tried this formula, but it is only accepting one cell value up to 7 to 8 characters. Please help me if i want to add more cell values in a table format at a time. I have tried this formula as below.
=HYPERLINK("mailto:"& A2:A20 & "?cc="& B2:B20 & "&bcc="& C2:C20 & "&subject="& D2 & "&body= "& E2,"GENERATE MAIL")
if i was trying to add more cells in &subject =
, it is showing errors.