How Should I Re-Write my Current Formula

znxm0i

New Member
Joined
May 27, 2014
Messages
29
All,

I am using the below current formula in an attempt to get the Average Time to Fill for a specific range of numbers:

=SUM(M3+M8+42948)/+(N3+N8+358)

BUT what I really want to do is get the Average Time to Fill using the following data:

=SUM(QTR1_TA_TaleoData!U4:U170) PLUS the values from M3 and M8 located in the TA RAW DATA SUMMARY worksheet, then divide into =SUM(QTR1_TA_TaleoData!U4:U170) PLUS the value from N3 and N8 located in the TA RAW DATA SUMMARY worksheet. I want to do this without hardcoding a specific number as in the above example. Is this doable?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
=SUM('TA RAW DATA SUMMARY'!M3+'TA RAW DATA SUMMARY'!M8+SUM(QTR1_TA_TaleoData!U4:U170))/+('TA RAW DATA SUMMARY'!N3+'TA RAW DATA SUMMARY'!N8+SUM(QTR1_TA_TaleoData!U4:U170)


???
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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