Conditional Formula Help

fishin

Board Regular
Joined
Jan 18, 2009
Messages
184
In need of a conditional statement that addresses the requirement below.


If the result of subtracting today’s date from the date posted in J221 is greater than 180 but less than 366, return the result to the targeted recipient cell, otherwise the targeted recipient cell is to remain blank.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
One more time please?

The conditional statement provided below does indeed work. However, I missed one condition, that being that when J221 is blank, I want the recipient cell to remain blank.

=IF(J221-TODAY()<0,TODAY()-J221,"")
 
Upvote 0
Again??


If the date posted in J231 minus today is equal to 0 (zero), then post the result 0 (zero), in the recipient cell ....if cell J231 is blank the recipient cell is to remain blank
 
Upvote 0
You have been given numerous replies to this thread and based upon those you should be able to devise your own formula(s).
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,671
Members
452,937
Latest member
Bhg1984

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