How to create mailto hyperlink...?

I have a table containing mail list in A1

And subject in B1

I saw many tutorials but I can’t understand

Someone help me

A1 as mailid and B1 as Subject and link in C1

Welcome!
Maybe I misunderstood this part:

Did you mean something like this?
=HYPERLINK("mailto:"&A1&"?subject="&SUBSTITUTE(B1;" ";"%20");"Send e-mail")

1 Like

Yes like this lemme test this