I have columns H,I,J,K,L,M in excel and a column M is the sum of (H,I,J,K,L)in excel but if I want to import the excel data to SQL how can I acheive this functionality.
Also for each of the columns H through M ,I need the total at the end.
eg: H I J K L M
t1 t2 t3 t4 t5 (t1+t2+t3+t4+t5 )
tt1 tt2 tt3 tt4 tt5 (tt1+tt2+tt3+tt 4+tt5)
............... ............... ............... ..
Total T1 T2 T3 T4 T5 T6
Can anyone please help me out, as i have very less time to do this.
Also for each of the columns H through M ,I need the total at the end.
eg: H I J K L M
t1 t2 t3 t4 t5 (t1+t2+t3+t4+t5 )
tt1 tt2 tt3 tt4 tt5 (tt1+tt2+tt3+tt 4+tt5)
............... ............... ............... ..
Total T1 T2 T3 T4 T5 T6
Can anyone please help me out, as i have very less time to do this.
Comment