Very simple (you know how, and I dont)

Stretlow

Board Regular
Joined
Dec 17, 2008
Messages
131
I have a simple formula =E4+10 where the value in E4 is a date and populates F4 with 10 days after.... easy.




If the value in E is blank then F will say 10-jan i need this to be blank without using conditional formatting.


Ive used 3 conditional formatting conditions already.

is this possible?
 
For your CF
Condtion 1
Formua IS
Code:
=(TODAY()>=$F3)*(TODAY(<$H3)*($F3<>"")*($H3<>"")
Condition 2
Formula IS
Code:
=(TODAY()>= $H3)*($H3<>"")

lenze
 
Upvote 0

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
For your CF
Condtion 1
Formua IS
Code:
=(TODAY()>=$F3)*(TODAY(<$H3)*($F3<>"")*($H3<>"")
Condition 2
Formula IS
Code:
=(TODAY()>= $H3)*($H3<>"")

lenze

Hi Lenze, thanks again for your help..

Unfortunately the condition 1 code brings an error and condition 2, whilst accepting the formula is not highlighting the row (i have a date of 11-mar in column h
 
Upvote 0
Except for the typo in Condition1,:oops:(should be)
Rich (BB code):
=(TODAY()>=$F3)*(TODAY()<$H3)*($F3<>"")*($H3<>"")
the CF works fine. How are you implementing it?
lenze
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,691
Members
448,978
Latest member
rrauni

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