Office Assistant Expense Report Contains Incorrect Formula |
Q131340
In the Office Assistant Expense Report template (OAEXPRPT.XLT), the Lodging & Meals Total will not display a total if you do not enter a value for any of the meals.
The formulas in the total row for Lodging & Meals are incorrect. For example, the formula in cell C26 is:
=IF(OR(C24>0,C18>0),C24+C19+C20,"")
If no meals are entered, the meals subtotal (C24) will not be greater than
0 and c18 will never be greater than 0, so the Lodging and Meals total
formula will evaluate to "". The formula in cell c26 should read:
=IF(OR(C24>0,C19>0),C24+C19+C20,"")
Most of the Microsoft Excel files included with Microsoft Office Assistant
are templates, not regular workbooks. After you start Microsoft Excel, you
can easily modify these templates. To open and modify the Office Assistant
Expense Report template (OAEXPRPT.XLT), do the following:
=IF(OR(C24>0,C18>0),C24+C19+C20,"")
change the reference for cell C18 to cell C19 so that the formula looks
like the following:
=IF(OR(C24>0,C19>0),C24+C19+C20,"") Microsoft has confirmed this to be a problem in Office Assistant version 1.0 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
For additional information on modifying Office Assistant Templates, please see the following article(s) in the Microsoft Knowledge Base:
Q122331 Office: Modifying Microsoft Office Assistant Templates
Additional query words:
Keywords :
Issue type :
Technology :
|
Last Reviewed: November 3, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |