Combine formula help

amna77

Active Member
Joined
May 9, 2002
Messages
251
Hi I have 2 formulas, I am having a hard time combaining them

ok here is the first one.
=IF(ISERR(A20/A20)=TRUE,"",A20+10-IF(C20="Assy",10,))

Basically it takes the date from A20 cell, and forward 10 days, but if in cell C20, I have assy then it does not add 10, it leaves the same date.

Ok here is my second formula.
=WORKDAY(A20,(10))
this does is,it takes the date from A20 and add only 10 working days in it.

Thats what I want in my formula as well. In my first formula, I am adding 10 days, instead on only 10 days, I want to add 10 working days.
Can some one help me with this, like how I may combine this.

Thanks
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi,

I was a little confused about your goal, but I think I got it:

=IF(ISERR(A4/A4)=TRUE,"",IF(C4="Assy",A4,WORKDAY(A4,10)))

HTH,
Corticus
This message was edited by Corticus on 2002-11-06 13:58
 
Upvote 0

Forum statistics

Threads
1,214,631
Messages
6,120,640
Members
448,974
Latest member
DumbFinanceBro

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