Need Help with Filters for Multiple Columns with Missing Values

annalecta

New Member
Joined
Jun 23, 2014
Messages
1
I have a spreadsheet where the far left column is a list of names and the columns to the right have information about the person listed in each row on the left. Column B has phone numbers and column C has email addresses. I only want to include the value in Column C (email) for people who do not have a phone number listed in Column B. I am unsuccessfully trying to write a formula to filter out the rest of the information in Column C. Any advice, pointers, tips, or solutions would be much appreciated!!! I can also use SPSS if you have a solution for that instead. Thank you for any insight!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Ok. In column D put a formula like...

=IF(B2="",C2,B2)

Copy the formula all the way down if its not already in a table format.
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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