Hi,
I have problem convert the following excel formula in to sql code
can someone help me?
EXCEL (formula for column called MONTH)
=IF(OR(G5="LIBOR",G5="FRCOM"),IF(IF(J5="null",I5,J5)<$A$1,1,ROUNDDOWN((IF(J5="null",I5,J5)-$A$1+1)/365*12,0)),-1)
please copy the following sample data into excel for testing
thanks
Alice
I have problem convert the following excel formula in to sql code
can someone help me?
EXCEL (formula for column called MONTH)
=IF(OR(G5="LIBOR",G5="FRCOM"),IF(IF(J5="null",I5,J5)<$A$1,1,ROUNDDOWN((IF(J5="null",I5,J5)-$A$1+1)/365*12,0)),-1)
please copy the following sample data into excel for testing
thanks
Alice
Last edited: