Blankety blanks

Littlesaz

New Member
Joined
Sep 6, 2011
Messages
9
I have a table with 20 columns. Several of the columns have key data without which the table is pointless. The others are the icing on the cake. I am not allowd to move the layout of the table around. In column 21 i want a word such as unacceptable to be inserted if data in columns 1, 5, 7, 9 are blank on that row. Any ideas? I have no idea about vba
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Welcome to the MrExcel board!

Do you want "unacceptable" only if all 4 cells are blank, or if any of the the 4 cells is blank?

If filled, would these 4 cells contain numbers, text or either?

Do any of these cells contain formulas?
 
Upvote 0
I have a table with 20 columns. Several of the columns have key data without which the table is pointless. The others are the icing on the cake. I am not allowd to move the layout of the table around. In column 21 i want a word such as unacceptable to be inserted if data in columns 1, 5, 7, 9 are blank on that row. Any ideas? I have no idea about vba
Maybe something like this...

=IF(COUNTA(A1,E1,G1,I1)<4,"Unacceptable","")
 
Upvote 0

Forum statistics

Threads
1,224,568
Messages
6,179,595
Members
452,927
Latest member
whitfieldcraig

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