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 do i use DOS/Run to attach a file and email using mailto: ?
CWA 401.2 Error
reading autocad files
I need a valadation control on a textbox that compare a change in name (Attendee Name)
Access and VB6
Combo box selection to select records for form
Multiple Monitors in VDI
Making a subform out of separate form
Converting a Binary to a Varchar
Error Calling Stored Proc