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
Are there a web-based ad hoc reporting tool?
Exchange 2007, Outlook 2007 keeps asking for password
sql string in VB
Need SQL Syntax help to make my qry more efficient.
ODBC works on PC but not Terminal Server
A serious bug in the MFC exception handling on Windows CE
Can't find Outlook contacts folder
MS Office Picture Manager doesn't open images attached to emails
Outlook Data File says "Not Available"
VBA macro - conditional column fill