close

I got through the 401K after playing with it awhile. Can someone help me with
my last IF function problem. To calculate health cost for each employee by
testing the name of the employee's plan is equal to the name of the health
plan in cell B4. If it is, then the cost of the health plan is equal to the
value in cell C4, otherwise, the cost is equal to the value of cell C5, help1

Try this

cost = IIF(employee's_plan = B4, C4,C5)

Note:
The syntax for the IIF Function is:

IIf(expr, truepart, falsepart)

The IIf function syntax has the following named arguments:

Part Description
exp ----gt;Required. Expression you want to evaluate.
truepart -----gt;Required. Value or expression returned if expr is
True.
falsepart -----gt;Required. Value or expression returned if expr is
False.

IIf always evaluates both truepart and falsepart, even though it
returns only one of them. Because of this, you should watch for
undesirable side effects. For example, if evaluating falsepart results
in a division by zero error, an error occurs even if expr is True.
Hi potsie

Am unfamiliar with quot;IIFquot; function, except in a macro context.

But try arthurjr07's function using quot;IFquot; instead. And replace
quot;employee's_planquot; with your cell reference or range name.--
John James
------------------------------------------------------------------------
John James's Profile: www.excelforum.com/member.php...oamp;userid=32690
View this thread: www.excelforum.com/showthread...hreadid=531744

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()