TransWikia.com

Nesting if statements

Web Applications Asked by user264021 on February 15, 2021

I’m trying to nest the following IF statements. In order to have a different word returned according to what word is in the other cell.

=(IF((D2 = "Your Spouse / Partner"), "my partner", “x”)), (IF((D2 = "Your Friend"), "my friend”, "x"))

It’s not working but individually the formulas do work.

One Answer

Removing the extra parenthesis and putting the second IF as the third argument of the first:

=IF(D2 = "Your Spouse / Partner", "my partner", IF(D2 = "Your Friend", "my friend”, "x"))

Answered by Rubén on February 15, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP