Hi
I was wondering if someone could tell me whether I could combine the following formulae into one:
=IF(F2>=B2,"No Extended Credit Period","Extended Period Required")
=IF(G2="No Extended Credit Period","0",ROUNDUP(B2/F2,0))
=IF(AND(H2="0"),"Settle within Term",IF(AND(H2>=1,H2<=3),"1-3 Months",IF(AND(H2>=4,H2<=6),"3-6 Months",IF(AND(H2>=7,H2<=9),"6-9 Months",IF(AND(H2>=10,H2<=12),"9-12 Months",IF(AND(H2>=13,H2<=18),"12-18 Months",IF(AND(H2>=19,H2<=24),"18-24 Months",IF(H2>=25,"24 Months +"))))))))
They are in column's G,H and I respectively.
Thanks
Dee
Bookmarks