Simple If formular

esamuel

New Member
Joined
May 8, 2015
Messages
25
Hi there,

I have an IF statement and I need to have another one in the same cell, which I'm not sure how to do.

If you look at the image I sketched out, I just need cell L11 to say DONE when cell O11 has the words PAID in them. Currently they are just counting the days from a particular date. That formula is show in the image and here ( =IF(G11="","",TODAY()-G11) ).

http://postimg.org/image/xirs7782l/

Could someone fill in the gaps please?

Cheers, E
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I can't see the image from the computer I'm on; however, I think the following formula may be what you're looking for: =IF(O11="PAID","DONE",IF(G11="","",TODAY()-G11))
 
Upvote 0

Forum statistics

Threads
1,206,710
Messages
6,074,457
Members
446,071
Latest member
Jolon

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