IF Statements

forrestgump

New Member
Joined
Sep 30, 2010
Messages
22
Hi There, Not sure if this is possible but can I create a formula that if cell A1 is blank b1 = 'No Owner' but if the cell is not blank b1 would have to = 'In progress' or 'completed'?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi There, Not sure if this is possible but can I create a formula that if cell A1 is blank b1 = 'No Owner' but if the cell is not blank b1 would have to = 'In progress' or 'completed'?


Does this work:

=IF(A1="","No Owner","In progress or completed")

I hope this helps!
 
Upvote 0
Yeh, sorry that won't work. if A1= blank b1 = 'No Owner' but if the cell is not blank b1 would have to = 'In progress' or 'completed'?
 
Upvote 0
Do you mean this then?

Code:
=IF(A1="","'No Owner'","'In progress' or 'completed'")

I hope this helps!
 
Upvote 0
Not quite. If the cell is not blank I want to be able to select 'In progress' or 'Complete not have written 'In progress or Complete'. I think I need to use data validation but I am not sure how to write the formula.
 
Upvote 0
select B1...ALT + D + L .... select list from the drop down....in the source box put....no owner,inprogress or completed and click ok
make sure you have the choices separated with a comma
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,022
Members
448,939
Latest member
Leon Leenders

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