Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Is there a way I can do an 'if' sum with a pop-up menu?

In Numbers, I am trying to have a sum that looks like this:



Pop-up menu with options a, b, cxy
If pop-up menu = a, then multiply x with y


Thanks

MacBook Air, Mac OS X (10.7.4)

Posted on Mar 25, 2014 11:19 PM

Reply
Question marked as Best reply

Posted on Mar 26, 2014 12:11 AM

Hi jamang,


Is this what you want?


User uploaded file


Formula in E2 (and Fill Down)


=IF(B2="a",C2*D2,"")


If you choose a from a Pop-Up, E multiplies X and Y.


If the Pop-Up in not equal to a, E will show "" (NULL, the cell will appear blank).


Regards,

Ian.

1 reply

Is there a way I can do an 'if' sum with a pop-up menu?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.