I am pretty raw in Excel formula and i need to know if there an easy way to do this in excel:
I have columns with data in a sheet which are as follows:
ID Code Class Datetstamp
1 XYZ TEW currentdate
1 ABC ROP Currentdate
I want an insert statement created from this as follows
insert into table name ( id, code, class,Datestamp) values from ( column A (id) , Column b (code) , column c (class , column D (datestamp)