R
Richard
I can't seem to unravel the following formula from Quattro Pro so that they
will work in Excel.
Quattro Pro
Cell “L8â€: @IF(D8>0,(D8*J8)+K8,â€â€)
Cell “M8â€: @IF(E8>0,(E8*J8)-K8,â€â€)
Cell “N8â€: @IF(G8>0,(G8*J8)+K8,â€â€)
Cell “O8â€: @IF(F8>0,(F8*J8)-K8,â€â€)
Cell “P8â€: @IF(B8>0#OR#C8>0,+L8+N8,â€â€)
Cell “Q8â€: @IF(B8>0#OR#C8>0,+M8+O8,â€â€)
Cell “A9â€: @IF(Q8>0,A8+Q8,@IF(P8>0,A8-P8,â€â€)
Access Excel 2007
Cell “L8†: =IF(D8>0,(D8*J8)+K8,"")
Cell “M8†: =IF(E8>0,(E8*J8)-K8,"")
Cell “N8â€: =IF(G8>0,(G8*J8)+K8,"")
Cell “O8â€: =IF(F8>0,(F8*J8)-K8,"")
Cell “P8â€; =IF(L8>0,L8,IF(N8>0,N8,""))
Cell “Q8â€: =IF(M8>0,M8,IF(O8>0,O8,""))
Cell “A9â€: =IF(P8>0,A8-P8,IF(Q8>0,A8+Q8,""))
And from what I've read so far; I don't think a VBA macro is what I'm
looking for. The above formula worked fine in Quattro Pro.
will work in Excel.
Quattro Pro
Cell “L8â€: @IF(D8>0,(D8*J8)+K8,â€â€)
Cell “M8â€: @IF(E8>0,(E8*J8)-K8,â€â€)
Cell “N8â€: @IF(G8>0,(G8*J8)+K8,â€â€)
Cell “O8â€: @IF(F8>0,(F8*J8)-K8,â€â€)
Cell “P8â€: @IF(B8>0#OR#C8>0,+L8+N8,â€â€)
Cell “Q8â€: @IF(B8>0#OR#C8>0,+M8+O8,â€â€)
Cell “A9â€: @IF(Q8>0,A8+Q8,@IF(P8>0,A8-P8,â€â€)
Access Excel 2007
Cell “L8†: =IF(D8>0,(D8*J8)+K8,"")
Cell “M8†: =IF(E8>0,(E8*J8)-K8,"")
Cell “N8â€: =IF(G8>0,(G8*J8)+K8,"")
Cell “O8â€: =IF(F8>0,(F8*J8)-K8,"")
Cell “P8â€; =IF(L8>0,L8,IF(N8>0,N8,""))
Cell “Q8â€: =IF(M8>0,M8,IF(O8>0,O8,""))
Cell “A9â€: =IF(P8>0,A8-P8,IF(Q8>0,A8+Q8,""))
And from what I've read so far; I don't think a VBA macro is what I'm
looking for. The above formula worked fine in Quattro Pro.