Combining 2 working formulas into 1 large one

GALibra109

New Member
Joined
Jul 30, 2018
Messages
4
Hello! I need help with the last piece of an Excel project. I have two working formulas and I need help figuring out how to combine them into one large formula.

In my Excel workbook, I have 3 tabs: the Job Order tab, with one piece of data in each cell; the Candidate tab, which could have more than 1 piece of data per cell; and the Cross Submittal tab, which is where I bring the information together.

I have working formulas for both my static and dynamic data. The static data (one piece of data in each cell) is for the columns 2DigZip, Title, and Dept. The dynamic data (multi-data cells) is for the columns EmpPref and Status.

Static data formula: =COUNTIFS(JOtable[Title],[@Title],JOtable[Dept],[@Dept],JOtable[2DigZip],[@2DigZip])+(0.0001*ROW())

Dynamic data formula: =(IF((ISNUMBER(SEARCH("in play",[@Status]))+ISNUMBER(SEARCH("ready",[@Status])))*(JOtable[@Status]="in play"),"1","0"))*(IF((ISNUMBER(SEARCH("contract",[@EmpPref]))+ISNUMBER(SEARCH("perm",[@EmpPref])))*(JOtable[@EmpPref]="contract"),"1","0"))

How do I combine the two formulas? I'd be happy to email my Excel workbook to make it easier to understand what I am doing.

Thanks,
Ronna
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,718
Members
448,986
Latest member
andreguerra

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