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
Microsoft Access DSum over Multiple Criteria
DLookUp based on text box
Package load Failure when opening visual studio
Freeze pane on Excel 2007 pivot table
sql min()
MS Access Report Displaying a Bitmap when a certain condition is met
SQLNCLI for linked server returned message "Invalid authorization specification"
Move Sharepoint List From One Server To Another
Set Sheets
Cannot have aggregate function in WHERE clause