skip the blank cells

Abdulkhadar

Board Regular
Joined
Nov 10, 2013
Messages
165
Office Version
  1. 2019
  2. 2010
Platform
  1. Windows
Hello Excel experts,
I use a formula in Sheet2 from B10 to B100 cells.
=IF(DATEDIF(Sheet1!C10,Sheet1!$F$9,"Y")>=59,Sheet1!B10,"")
i want to skip the blank cells in Sheet. Sheet2 protected only B10 to B100 cells are not protected.
Thanks in advance.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
This will skip blank cells in Sheet 2 column C

=IF(AND(DATEDIF(Sheet1!C19,Sheet1!$F$9,"Y")>=59,Sheet1!C19<>""),Sheet1!B19,"")
 
Upvote 0
This will skip blank cells in Sheet 2 column C

=IF(AND(DATEDIF(Sheet1!C19,Sheet1!$F$9,"Y")>=59,Sheet1!C19<>""),Sheet1!B19,"")

Hi
Can I ask some question. Is this formula written in Sheet 2? Can you please break it down. Thanks alot.
 
Upvote 0
Hi
Can I ask some question. Is this formula written in Sheet 2? Can you please break it down. Thanks alot.
Yes, formula is in Sheet2. I want if age is less than 59 then skip the cell or delet the entire row. I think it can be done by VB. Thnaks
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,733
Members
448,987
Latest member
marion_davis

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