Hi,
I have written a macro to apply a formula to a range of cell
the following is working just fine
'Worksheets("TRANSPORT").Range("N15:N34").Formula = "=MIN(K15,MAX(D15*I15,J15))*INDEX(ROE,MATCH(G15,DEVISE,0),3)
but this formula is not the complete version that does not work
Here the...