Excel 2010 ISBLANK Function

AG5280

New Member
Joined
Jun 3, 2011
Messages
10
Hi -

First time poster with probably a very simple question about the use of "ISBLANK".

I have 2 columns of data (A:A), (B:B) with text values in them.

At any time either A1 is filled in and B1 is blank, or A1 is blank and B1 is filled in or both are filled in with the same value, or both are blank.

In Column C, I'd like to use the ISBLANK function for the following objectives:

1) If A1 contains a value but B1 is blank, place value of A1 in C1
2) If A1 is blank and B1 contains a value, place value of B1 in C1
3) If A1 and B1 both contain values, which they will always be the same, place that value in C1
4) If both A1 and B1 are blank, place "Fusion Direct" in C1

Will the ISBLANK function accomplish this goal, or do I need to utilize something else?

Thank you,
AG
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Are the values numbers?
 
Upvote 0
Welcome to the board...

Try this in C1

=LOOKUP("zz",CHOOSE({1,2,3},"Fusion Direct",A1,B1))


Hope that helps.
 
Upvote 0
Glad to help..
Thanks for the feedback.

I think the other Jon's is just as good if you have XL2007 or later.
 
Upvote 0
I was a bit slow so I deleted it after I saw Jonmo's reply as there was little difference between them.
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,813
Members
452,945
Latest member
Bib195

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