Excel formula

marcenet03

New Member
Joined
Apr 12, 2019
Messages
22
Hi I need help with the following table. I'm not sure how to write the formula for the result:

My formula is : =IF(AND([@[Case Reason Reason Peanut ]]="True",[@Peanut]="False"),"True",IF([@[Share Contact ]]="False","Peanut"))

Case Reason Reason Peanut PeanutShare Contact Result
FalseFalse
FALSE​
FALSE​
TrueFalse
TRUE​
False
FalseTrue
FALSE​
Peanut​
TrueFalseFalse Peanut

Would appreciate your help in advance
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Something like this might work, and just drag down the rows.

Not sure if you'd like a value for is the Sharecontact=True but could be added.

=IF(C6&D6="TrueFalse","True","Peanut")
 
Upvote 0
Something like this might work, and just drag down the rows.

Not sure if you'd like a value for is the Sharecontact=True but could be added.

=IF(C6&D6="TrueFalse","True","Peanut")
Thank you so much. How can I add the shared contact:
=IF(AND([@[Case Reason Reason Peanut ]]&[@Peanut]="TrueFalse",[@[Share Contact ]]="False"),"False","Peanut")
 
Upvote 0
=IF(C6&D6="TrueFalse","True",IF(E6=FALSE,"FALSE","Peanut"))

For some reason Excel doesn't like the FALSE in quotation marks guess it's because it messes with the IF function logic.
 
Upvote 0

Forum statistics

Threads
1,222,833
Messages
6,168,523
Members
452,194
Latest member
Lowie27

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top