If isblank today()

kkrishna

New Member
Joined
Jan 12, 2011
Messages
16
Greetings to Tech Gurus,

I'm seeking help in nesting a formula but ending up with an error. Please see below details for my formula nesting.

C3= % (this cell will have number up to 100 in %)
F3= Date (this cell will have date in MM/DD/YYYY format)
G3= formula (below is the formula which i'm trying nest)
=IF(ISBLANK(F3),"",IF(F3-TODAY()<=0,"Available","Available After "&F3-TODAY()&" days")

I know i'm doing crazy here with messing up with multiple formulas without a proper equation and that's why i'm here to seek your advise.

in fact i'm too expecting Cell C3 to be added before "Available After "&F3-TODAY()&" days" just like (=C3&" FTE Available After "&F3-TODAY()&" days")

your advises and guidance will greatly helpful.

Thank you.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
maybe
=IF(C3="","",IF(F3-TODAY()<=0,"Available","Available After " & SUM(F3-TODAY()) & " days"))
 
Upvote 0
works when tested, so what have you done in real time. Do you use a english language layout
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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