Is it possible convert Excel formula to SQL?
No, only re-writing them manually. Excel formula and SQL are more then just different.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible convert Excel formula to SQL?
I mean like this site for convert VB.NET to C#.
I have to write lots of complicated excel function in format of SQL function like this:
=VLOOKUP(D4,Table25,MATCH(ِDATA!AB$3,Table25[#Headers],0))*IF(OR(E4="W",E4="KW"),(2*((G4*VLOOKUP(D4,Table25,3,0))*IF(D4="COF",SUM(H4,I4),MAX(H4,I4))*VLOOKUP(D4,Table25,2,0))+2*(F4*IF(D4="COF",SUM(H4,I4),MAX(H4,I4))*VLOOKUP(D4,Table25,2,0))),0)
and it is very hard and time consuming.
Is it possible convert Excel formula to SQL?
No, only re-writing them manually. Excel formula and SQL are more then just different.