Copy cell range data for email

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,222
Office Version
  1. 2007
Platform
  1. Windows
Hi,
I have a worksheet which when you enter 7 characters the calculator does its magic & then returns a much longer number.

I havent seen anything like this before but below is some of the code to explain to you what its all about & hoping somebody will understand what i have here as im lost on how to explain it.

Code:
=CONCATENATE("*",UPPER(E7),UPPER(E6),UPPER(F6),UPPER(G6),UPPER(H6),UPPER(I6),UPPER(J6),E19,"FF",E23,"*")

Brief example of what i see.
You input 7 characters on sheet 1 & the lookup database is on sheet 2.
Database Column B is numbers from 0-42
Database Column A is 0-9 followed by A-Z followed by 7 character symbols.

I need to be able to copy the data of which is that long number 18 characters & there is 4 of them,paste these values into a excel sheet so i can then email it.

Any member know of this code & might be able to help.

Thanks
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Just a thought.
Can this Concatenate code be put on a button ?

If so could we then use the same code in use at present,put on a button & when you press the button it would calculate the long code & put on Sheet 3 which i will then email the customer.

I can supply code,cell ref etc to assist you.

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,413
Messages
6,119,372
Members
448,888
Latest member
Arle8907

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top