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
How can I Link Access 2003 to SQL 2005 Express through an ODBC when everything is on one PC?
LoadCursorBynum doesn't work
Generate a Graph/Chart from a Crosstab Query - Can it be done dynamically?
Windows Phone Dialer not Working Right With XP
moving documents and settings from c to d drive
How can i delete old records automaticaly?
Backup and restore of Win2k Server to a different machine
Use multi parameters in query criteria
Outlook connection type
Using Server.Mappath to get a file from a virtual directory