randomreflex
New Member
- Joined
- Nov 12, 2013
- Messages
- 8
Hi all,
I am not sure if what I am trying to do it possible or not. I am not sure if maybe there is a way for me to set up and outlook template to work with excel?
I want to be able to have a user click a link in a spreadsheet that will open up and auto fill an email with some of the fields from the sheet. I was able to kind of get something going with the hyperlink formula, but that allow me to place the data in any format except one word after the order. Also it seems that there is a character limit, if i include more than a certain amount of words, the hyperlink does not work right or not at all.
I've attached a sample of sheet of the kind of data I am trying to do this with and a picture of how I am trying to get it to look.
This is current formula i am using.
https://imgur.com/PYgSkDY
https://imgur.com/r4PhgYL
I am not sure if what I am trying to do it possible or not. I am not sure if maybe there is a way for me to set up and outlook template to work with excel?
I want to be able to have a user click a link in a spreadsheet that will open up and auto fill an email with some of the fields from the sheet. I was able to kind of get something going with the hyperlink formula, but that allow me to place the data in any format except one word after the order. Also it seems that there is a character limit, if i include more than a certain amount of words, the hyperlink does not work right or not at all.
I've attached a sample of sheet of the kind of data I am trying to do this with and a picture of how I am trying to get it to look.
This is current formula i am using.
Code:
=HYPERLINK("mailto:"&[@Contact]&"?subject="&A1&"&body="&"WO#"&[@WO]&" ADDRESS: "&[@Address]&" At Fault"&[@[At Fault]]&" Reason: "&[@Reason]&" Invoice Date: "&[@[Invoice Date]]&" Original Invoice Amount: "&[@[Original Invoice Amount]]&" Adjusted to: "&[@[Adjusted to]]&" Profit Loss: "&[@[Profit Loss]]&" Department Statement: "&[@Statement],"Prepare")
https://imgur.com/PYgSkDY
https://imgur.com/r4PhgYL
Last edited by a moderator: