Check for blank values and assign blank value to all records for an ID

snehithm

New Member
Joined
Jul 25, 2023
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Hi All,

I'm seeking out for help to generate a formula, that can check for the blank values for an attribute against an identifier. The identifier can have multiple records, but if atleast one of the record is blank, then default to blank for all the other records associated to the same identifier.

Please find attached a sample workbook with the expected output.

Thanks!
Snehith
 

Attachments

  • Screenshot 2023-07-25 at 6.00.29 pm.png
    Screenshot 2023-07-25 at 6.00.29 pm.png
    120.8 KB · Views: 9

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Welcome to the Board!

Place this formula in cell C2 and copy down to C13:
Excel Formula:
=IF(COUNTIFS(A$2:A$13,A2,B$2:B$13,"")>0,"blank","Not Blank")
 
Upvote 0

Forum statistics

Threads
1,216,102
Messages
6,128,846
Members
449,471
Latest member
lachbee

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