Share via

IF function Help

Anonymous
2018-04-28T14:12:32+00:00

Can someone help me figure out what the formula is for this question.

In cell K5, enter a nested IF function that produces the result “Owing” if the value of cell J5 (Balance) is greater than 0 (zero), “Credit” if the Balance is less than 0, and “Paid Up” otherwise.

It is suppose to look like this in the "Status".

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-04-28T21:16:32+00:00

Here is what I changed it to if the above doesn't work for you:

=IF([@Balance]>0,"Owing",IF([@Balance]<0,"Credit","Paid Up"))

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-04-28T21:18:55+00:00

    Thank you sooo much for your help!

    Was this answer helpful?

    0 comments No comments