Help Please

kins

Board Regular
Joined
Jul 26, 2010
Messages
157
Morning,
I need a formula that looks at a cell and if that cells in blank I then want it to look at 2 other cells and do the workdays formula, but if it has something in, then I want it to look at another cell. E.g.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
A1 B1 C1 D1
01/01/2011 02/01/2011 “Blank” Formula - =IF(I2=" ",WORKDAY(F2-G2,I2)) **My try and the formula
<o:p> </o:p>
If C1 is blank I need to do workdays between A1 & B1, if it’s not, then I need it to take the value in c1.
<o:p> </o:p>
Thanks in advance.
<o:p> </o:p>
<o:p> </o:p>
Kins
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Would it be something like this

Excel Workbook
ABCD
1Start DateEnd DateCheck if EmptyResults
201/09/201103/09/201122
301/09/201123/09/201117
401/09/201103/09/201122
501/09/201103/09/201122
Sheet2
 
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,790
Members
452,942
Latest member
VijayNewtoExcel

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