Microsoft
Software
Hardware
Network
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+M
OD(D12,36)
)/D12
by
=if
(D12=0,0,B
11*(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)
T
homas
PS: You can check the following link for book suggestions on excel
http://www.experts-exchang
e.com/Soft
ware/Offic
e_Producti
vity/
Offic
e_Suites/M
S_Office/E
xcel/Q_212
39797.html
?
sfQueryTe
rmInfo=1+b
ook+excel+
kevin
, and this one for online resources
http://www.experts-exchang
e.com/Soft
ware/Offic
e_Producti
vity/
Offic
e_Suites/M
S_Office/E
xcel/Q_250
42201.html
?
sfQueryTe
rmInfo=1+2
007+book+e
xcel+kevin
Random Solutions
Icons from Start>All Programs have disappeared
hyperlink in Excel
Max record for Employee
Sql query
Reporting service login prompts pops up when deploying reprots on SSRS 2008
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
General MS Graph problems in Access 2007
Windows Server 2003
Response.Redirect is not working properly in the server?
How to read a stack trace in visual studio