Formula Return The Number Of Asset Breaks For Each Head Of Department In Sheet3

Jun 30, 2009

I have the following formula which returns the number of asset breaks for each head of dept in sheet3 based on their teams in Sheet1 and then does a countif in >30_DAYS_ASSET in sheet2. In sheet 1 is a mapping table with range names "Teams2", "Teams" & "Managers". I now need the formula to also do a count on the unique numbers in sheet2 Column B, if there are duplicate numbers then that will be 1 asset break, so for example for for Joe plummer we can see there are duplicate case numbers so the formula in total should return 2.

=SUMPRODUCT(--ISNUMBER(MATCH(Teams2,INDEX(Teams,MATCH(C11,Managers,0),0),0)),
COUNTIF('>30_DAYS_ASSET'!$B:$B,Teams2))
Sheet1

AB2ManagersTeams3JOE BLOGGSAMP14JOE PLUMMEREQADMIN567Teams28SECADMIN9AMP1

Excel tables to the web >> http://www.excel-jeanie-html.de/index.php?f=1" target="_blank"> Excel Jeanie HTML 4

Sheet3

AB4Head of DeptASSETS5JOE BLOGGS286JOE PLUMMER3

Excel tables to the web >> http://www.excel-jeanie-html.de/index.php?f=1" target="_blank"> Excel Jeanie HTML 4

Sheet2

AB6SourceCase No.7SECADMIN4498618SECADMIN4498619SECADMIN44991310AMP144986211AMP144918012AMP1550935

Excel tables to the web >> http://www.excel-jeanie-html.de/index.php?f=1" target="_blank"> Excel Jeanie HTML 4

View 9 Replies


ADVERTISEMENT

Formula- Return Number Of Aged Breaks Under Each Criteria

Jun 30, 2009

I need a formula that will return number of aged breaks under each criteria in sheet 1 row 1 and each team based on the unique case number, so for example in sheet 2 I have my raw data starting in A1, i should get the below results in sheet1 ...

View 9 Replies View Related

Count Department Names And Give Me A Total For The Returns For Each Department

Mar 9, 2009

I am producing a spreadsheet that will track returned defects. Column B is where I input the department variable. In a new table on the same sheet I need a formula that will count department names and give me a total for the returns for each department.

View 6 Replies View Related

Populate Cell A1 Of A Sheet3 Without Explicitly Selecting Sheet3 First

Aug 26, 2009

while running the macro, how do you populated cell A1 of a different sheet without first seleting sheet the desired sheet. Example im on sheet 1 and iwant to move a value "TEST" to cell A1 of sheet3?

View 2 Replies View Related

IF Formula - Add A Number To A Cell For Work Breaks?

May 28, 2014

I am trying to add a number to a cell for work breaks. Below is what I am trying to do:

If F3 is < 4 then 0
If F3 is > 4 but < 6 then .25
If F3 is < 6 then .50

View 3 Replies View Related

Formula To Calculate Remaining Life Of Asset?

May 15, 2014

I am trying to figure out a formula to calculate remaining useful life. I have the following information:

In Service Date (Cell W2)
Estimated Life (Cell X2)
Aquired Value (Cell Z2)

Is there a formula that will just calculate how much life is left based on the information i have?

View 4 Replies View Related

Excel 2003 :: Get Number Of Items Against Specific Department?

Sep 7, 2012

I'm trying to get the number of items against a specific department which are contained in a sheet called "data", the sheet is contained in the same workbook.

There are named ranges for
Department (text)
Date_From & Date_To (in the format dd/mm/yyyy)
Band (Numeric 1 to 3)
Items (Numeric)

Using the following formula I get an #NUM error (using Excel2003)

=SUMPRODUCT(--(Department=A7),--(Date_From>=$B$2),--(Date_To

View 9 Replies View Related

Formula To Separate Specific Data From Data List In Sheet1 Into Sheet2 / Sheet3

Jun 30, 2014

I have attached a sheet that has part of a data list, sheet called (Full Data) what i am trying to do is seperate the data into event locations into individual sheets.

The data ref will be column F which is the different event locations.

I thought the best way to try and do this was to create an if/ match formula using the sheet tab names as the if match, with the event locations in column F.

I have added two sheet tabs so you can see that i require the data for (Ain) to be put into the Ain sheet.

The data list in Full Data sheet will be continuously updated so i will need the range to be around 10,000 entries.

View 5 Replies View Related

Return Row Number Formula

Sep 24, 2007

If/when I have removed information from a row, can anyone tell me how to remove empty row but leave row numbers intact and following each other in numerical order.

View 5 Replies View Related

How To Count The Number Of Words In A Cell With Line Breaks

Jun 6, 2014

I am making a content database and need to count the number of words in each cell...

I know you can count them with

=IF(LEN(TRIM(A2))=0,0,LEN(TRIM(A2))-LEN(SUBSTITUTE(A2,” “,””))+1)

but the the cells have line breaks so this formula won't work

I've understood that since there is a space before the new line, the formula will not recognise the space and therefore not recognise a new word.

View 11 Replies View Related

Return Number/value Not Formula Using VLookup

May 1, 2007

I am using vlookup to return a number from sheet 3. I then need to use the number that vlookup returns in a formula on the worksheet, but since the cell containing the number it returns is actually a formula itself (=Sheet3!A5), the formula returns #value!. How do I get just a number/value that I can use in the next formula?

View 4 Replies View Related

Formula To Return Random Number From A List And Associated Name

Feb 12, 2009

My objective is to take two different random counts of numbers written in column b, ranging from B9:B66. However I want to highlight the specific fields listed in the example below, and pull random numbers from those selected fields only. Then I want to pull another set of random numbers in the same column B9:B66, however using a different specific set of fields within column B; as shown in the second random formula string. Use the Press 9 feature to randomly select the two different numbers. What this attempt is trying accommplish is selecting one boy, one girl who have assigned numbers adjacent to their names(name field populated in column c).
What am I doing in correctly?

HTML Formula written to B70
=INDEX(B9:B66,RANDBETWEEN(1,COUNTA(B9,B13,B15,B16,B17,B20,B21,B23,B25,B31,B33,B34,B35,B37,B38,B39,B41,B42,B44,B45,B47,B50,B51,B52)),1)

Formula written to B72
=INDEX(B9:B66,RANDBETWEEN(1,COUNTA(B10,B11,B12,B14,B18,B19,B22,B24,B26,B27,B28,B29,B30,B32,B36,B40,B43,B46,B48,B49,B53,B54,B55,B56)),1)

View 9 Replies View Related

Formula To Return Number Of Results From Table

Mar 12, 2013

I have the following table in a spreadsheet and want to return the number of rows where the Matched column is "F" and the Type column is "L".

Ref
Selection
Stock
Order
Matched
Type

[code].....

So in the example given the formula should return 1.

View 3 Replies View Related

Formula Return The Number Of Item For Each Manager

Jan 9, 2009

i need a formula in Cell B2, that will look in raw data and then look for the team in criteria (named range) then return the number of item for each manager....

View 9 Replies View Related

Formula To Calculate Dates In Range And Return Number?

Jan 4, 2013

I have a Training Matrix with "Main", "Leavers" and "Reports" sheets. (can email it but can't upload it here; it's 534kb and I can't make it smaller)

In the "Reports" sheet I need to fill "Site Procedural Training" - "Number of people trained in period".

The periods are :
25/12/11 - 31/03/12
01/04/12 - 30/06/12
01/07/12 - 29/09/12
30/09/12 - 29/12/12

The source of data will be the "Main" and "Leavers". The data are dates in these sheets; each date = 1

The formula needs to look in to "Main" and "Leavers" and if it finds a date which fits in the required period in "Reports" then return it as 1. If it finds 300 dates then returns 300.

View 9 Replies View Related

A Formula To Track Breaks In Time

Mar 7, 2014

I need a formula that places a "T" next to values where the current cells time is greater than 15 minutes than the previous cells time. The times start in column D3 and I want the formulas to start in column E3.

Example

11:45
12:00
12:30X
12:45
13:00
13:15
13:30
14:00X

[code]......

View 3 Replies View Related

Formula To Return Number Of Continuous True Values At The End Of A List

Apr 9, 2014

I have two data columns: the first is a list of the last 100 calendar dates, and the second is an ON/OFF (or 1/0 if you prefer) value corresponding to each date. If the last value in the second column list is ON, I want to find how many continuous days the value has been ON for. If the last value in the second column is OFF, I want it to return a zero. Note that in the 100 day span of data, the value may switch between ON and OFF several times, but I only want the continuous, uninterrupted ON days at the end of the date range.

View 8 Replies View Related

Formula To Deal With Line Breaks In A Cell

Jul 29, 2009

I have text with line breaks in a cell for example:

A1 =

Multiple
App1
App2
App3
App4
App5

When I reference this cell for example in B1 (=A1) the line break list merges together and adds a square (LBC) where the line break is meant to be as follows:

Multiple LBC App1 LBC App2 LBC App3 LBC

Is there a formula that can look at cell A1 and split the lines out so that both A1 and B1 look identical not merged together?

View 9 Replies View Related

Depreciation Of Fixed Asset

Mar 20, 2009

I'm trying to calculate the Depreciation of the fixed asset for some items. I've tried the formulas that came with Excel but i don't know its not working or not give the correct value
so I attached a file as an example what I'm trying to have is

1- straight line method along the asset life

2- salvage must be ( 1 )

3- if the purchase date is equal to or before the middle of the month (14-15/02/2004) so the start of depreciation have to start from the beginning of the current month ( Feb) but if the date excess the day 15 ( 16/02/2004) the middle of the month , the the depreciation must start from the next month.

View 8 Replies View Related

Asset Swap Function

May 21, 2008

Have 5 columns (A1-E1) with different bond data: (respectively)
Coupon, Maturity, Settlement, Price, Yield (asset swap is F1)

Depending on the type of swap I am performing i want the ASWAP (user-created) function to reference different values within the row.

For example: Swap 1 = settlement, maturity, coupon, price, curve
(curve is a user input single number 1-3)

Swap 2 = settlement, maturity, yield, price, curve (yield in place of coup)

Swap 3 = settlement, maturity, yield, 100, curve (100 for par redemption)

etc. I won't type out all the iterations, not necessary.

The way that I want the ASWAP to recognize which Swap# to use is by inputting a number into a cell beside the Aswap column that I can input 1, 2, 3, etc., and then recalculate to get the desired outcome. Want to keep this a static reference as well as the price at par (each owning their own single cell, not a fill down the columns because there are too many).

So assuming G1 is the Swap# input, and H1 is 100...

How do i write a formula that is capable of reading the input in G1 and outputting the proper swap calc.

My gut feeling was along the lines of nested IF's with the corresponding formula... but i won't mess around in futility on here.

Let me know if this is too confusing without me putting up an example.

View 9 Replies View Related

Head Around Sumproduct Logic

Nov 26, 2008

I am trying to get my head around sumproduct. So I had a go at trying to use the following formula to add data in odd columns.

=SUMPRODUCT(ISODD(COLUMN(A1:J1))*(A1:J1))

The formula below works but I don't understand whats wrong with the one above. Can anyone please explain how I would use isodd to achieve this? What am I doing wrong?

=SUMPRODUCT((MOD(COLUMN(A1:J1),2)=0)*A1:J1)

View 9 Replies View Related

Index And Match Formula: Return The Correct Serial Number Based On Both The Matching

Jun 24, 2009

I'm trying to create a formula in cell f13 of my attached spreadsheet "Sample 1" that will search the 2nd attached spreadsheet "Sample 2" and return the correct serial number based on both the matching PO # (located in cell E10 on Sample Sheet 1 and in Column 5 on Sample Sheet 2) and Product # (cell A13 on my Sample Sheet 1). My current formula is not returning the correct result and I'm not sure why.

View 4 Replies View Related

Calculate New Depreciation Rate For Existing Asset

Apr 4, 2014

I am looking to reassess the useful life of existing fixed assets by one/two years.

For example:-

Original cost $1,727.00
Start Date 30/12/2008
Current End of life 29/12/2013
New End of Life date 29/12/2014
5 year - 20%
NBV as at 30/06/2013 $174.12

How can I calculate the new rate, as I can not change the prior financial years depreciation. I am looking for a calculation, to test the assumptions, and see the overall change. This is just one example.

View 1 Replies View Related

Monthly Depreciation Of An Asset To Automatically Calculate

Jan 25, 2010

I am working on a depreciation schedule in which I want the monthly depreciation of an asset to automatically calculate and, if the asset is fully depreciation, caclulate a zero or the balance to be depreciation (if less than the monthly depreciation). Please see below example. As you can see my asset is fully depreciated at the end of February but because there remains a $0.01, the formula is calculating another month in March and then reversing it in April (less the $0.01). Here's the formula I'm using. What am I doing wrong?

Column H is March, Column C is my monthly depreciation, and column E is my beginning book value:

=-IF(ABS(SUM($F2:H2))>=$E2,(SUM($F2:H2)+$E2),IF($E2=$C2,$C2,$E2)))

Purchase
PriceMonthly DepreciationAccumulated Depreciation 12/31/20091/1/2010 Beginning Book ValueJan-10Feb-10Mar-10Apr-10May-10
LCD PROJECTOR 797.12 13.29 (770.54) 26.58 (13.29) (13.29) (13.29) 13.28 -

View 9 Replies View Related

Weekly Head Count Calculation

Aug 20, 2007

problems getting correct head count. I have formula that works for rows 6-8 but fails in row9. The should be answers are in rows 17-20.

Conditions used in formula
*Start date > Start FY =0
* Current Week > End Date =0
* End Date < Start FY =0

The date difference is divided by 7 because there are 7 working days in a week. If it is greater then 7 then it would be 1 for current week.

View 9 Replies View Related

Employee Head Count By Month

May 8, 2008

I want to create a headcount per month for a monthly staffing spreadsheet.

I have an employee dept (A1), start date (B2), and end date (C2), and also record amount paid each month (D2, E2, F2).....

View 9 Replies View Related

Reducing Balance Asset - Get Back To Purchase Date?

Dec 20, 2012

i am trying to get back to the original purchase date of an asset.

It has being depreciating using the reducing balance method.

I have the Net book value of the asset currently, the original cost and the depreciation rate.

However i do not know the quickest way in excel to work back to the original purchase date.

See attached file for examples and my long workaround to estimate purchase date.

View 1 Replies View Related

Convert Repeating Rows Into Column Head

Mar 26, 2009

I have an excel spreadsheet containing data in two column layout :

States, Cities

UP, Ghaziabad
UP, Agra
UP, Lucknow
UP, Kanpur
UP, Allahabad
Punjab, Amritsar
Punjab, Ludhiana
Punjab, Jalandhar
Punjab, Patiala

How can I covert it in following layout i.e convert repeating rows into column headings ?

Punjab, UP

Amritsar, Ghaziabad
Ludhiana, Agra
Jalandhar, Lucknow
Patiala, Kanpur
, Allahabad

View 9 Replies View Related

Adding Column Head As Items To Combobox

May 13, 2006

How do I add the column heads (e.g. A1, B1, C1....) as items to a combobox or listbox if they are not empty?

View 9 Replies View Related

Head Count: If It Is Greater Then 7 Then It Would Be 1 For Current Week

Aug 20, 2007

Currently having problems getting correct head count. I have formula that works for rows 6-8 but fails in row9. The should be answers are in rows 17-20.

Conditions used in formula
*Start date > Start FY =0
* Current Week > End Date =0
* End Date < Start FY =0

The date difference is divided by 7 because there are 7 working days in a week. If it is greater then 7 then it would be 1 for current week. I tried zipping the file but I could not shrink it to required size. find on weblink below: http://maxupload.com/E759C9D9

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved