I currently have this problem. I want to remove the entire row if all the Value Fields are null (Bolded rows), and keep the data if any of the Value Fields have values (ie. not null).
The end result should look like this.
How should I go about doing this? Advanced thanks!
This worked for me Enrique. Thanks!