Question : Excel 2007 Formula Question

I need to write a formula in a quickbook cell to do the following:

See attached .xls sheet with notes.  Thanks

Answer : Excel 2007 Formula Question

replace
=B11*(FLOOR(D12,36)*0.95+MOD(D12,36))/D12
by
=if(D12=0,0,B11*(FLOOR(D12,36)*0.95+MOD(D12,36))/D12)
if you compatibility with excel 2003, or if you keep it in 07
=iferror(=B11*(FLOOR(D12,36)*0.95+MOD(D12,36))/D12,0)

Thomas

PS: You can check the following link for book suggestions on excel http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_21239797.html?sfQueryTermInfo=1+book+excel+kevin, and this one for online resources http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_25042201.html?sfQueryTermInfo=1+2007+book+excel+kevin

Random Solutions  
 
programming4us programming4us