Combining two IF statements into one cell

jsflbot

New Member
Joined
Sep 12, 2014
Messages
26
Hello! I'm trying to combine two IF statements but need help on how to do this...

Argument #1: =IF(AND(ISNUMBER(B5),ISBLANK(C5)),"New Fallout","No Change")
Argument #2: =IF(AND(ISBLANK(B5),ISNUMBER(C5)),"New Sale","New Fallout")

I need these two arguments to be combined into one cell, any help is appreciated, thanks!:)
 
I think we are approaching this from the wrong angle. Please explain (in English, not with formulas) exactly what these new rules are.
Specifically, what could be in cells F11 and G11, and what each situation should return.
Once we have clarified the exact rules of logic, creating the formulas becomes much easier.
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I figured it out Joe, I just needed to sit down and break it down on a piece of paper.

This is the final formula: =IF(AND(F11>0, G11=0),"New Fallout", IF(AND(F11=0, G11>0),"New Sale","No Change"))
 
Upvote 0
Glad to hear it!

Yes, sometimes it is best to take a step back and start from the beginning.
 
Upvote 0

Forum statistics

Threads
1,225,476
Messages
6,185,206
Members
453,283
Latest member
Shortm88

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