I have 2 columns in a workbook - Ship Date & Delivery Date. I need to filter both the columns together and find out if there are any blank cells in both columns.
How can we achieve this ?
Thanks.
I have 2 columns in a workbook - Ship Date & Delivery Date. I need to filter both the columns together and find out if there are any blank cells in both columns.
How can we achieve this ?
Thanks.
Thanks,
Sreekanth.k
hi @susbasu
check even this if condition string.IsNullOrEmpty(row(“Column Name”).ToString
Thanks
Ashwin S
try if else condition if shipdate==0 or <0