Formula Help

13Jkidd13

New Member
Joined
Dec 10, 2020
Messages
10
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi all,

Im very new to Excel and require some help on creating a formula. I need a formula to help with the below:
1607621310248.png
in the cll duration column i used =finish-start.

what i need to do is in a new tab-collate all calls dialled each day and have the um of all the minutes for this. so for example
5/12/202:55:00
 
you need a share like dropbox, no access available to that link
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
The link will only be live for about a MONTH - hence why I have also included the XL2BB info, so others can follow , even if the spreadsheet on the shares are nolonger live


I have added the 2 formulas in the summary sheet to extract all the UNIQUE dates using
=IFERROR(INDEX('Pin Monitoring'!$B$15:$B$200, MATCH(0, INDEX(COUNTIF(Summary!$B$2:B2, 'Pin Monitoring'!$B$15:$B$200), 0, 0), 0)), "")
I have also then added the Total
=IF(OR(B3=0,B3=""),"",SUMIF('Pin Monitoring'!$B$15:$B$200,Summary!B3,'Pin Monitoring'!$G$15:$G$200))
Then I have formatted the C duration column to [HH]:MM so it will report over 24hrs , should this happen and not return to zero after 24 hrs
because you have coloured banding and the last entry in the extraction will be a zero date 1/1/1900
I have added 2 conditional formats for font
One White and one light blue to match the background
Using
=AND(B3=0,ISODD(ROW(B3))) font Light Blue
and
=AND(B3=0,ISEVEN(ROW(B3))) Font White

I also extended the formatting on the data input PIN sheet to row 200 - DOES that cover the total possible amount of data input ? as you see above the ranges goto $200

Summary sheet here

Pin Monitoring Log Template -ETAF.xlsx
BC
2DateDuration
312/5/2010:17
41/5/2008:38
512/13/2017:24
612/6/2035:00
71/0/00 
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
31  
32  
33  
Summary
Cell Formulas
RangeFormula
B3:B33B3=IFERROR(INDEX('Pin Monitoring'!$B$15:$B$200, MATCH(0, INDEX(COUNTIF(Summary!$B$2:B2, 'Pin Monitoring'!$B$15:$B$200), 0, 0), 0)), "")
C3:C33C3=IF(OR(B3=0,B3=""),"",SUMIF('Pin Monitoring'!$B$15:$B$200,Summary!B3,'Pin Monitoring'!$G$15:$G$200))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B3:B33Expression=AND(B3=0,ISODD(ROW(B3)))textNO
B3:B33Expression=AND(B3=0,ISEVEN(ROW(B3)))textNO


Data Sheet
Pin Monitoring Log Template -ETAF.xlsx
BCDEFGHIJ
13Monitoring details or no calls Actions taken Staff name
14Todays DateDate monitoredNumber dialed Call startedCall endedCall duration Contents of call IR (Y/N) Call tagged Print
1512/5/2012/1/20test10:0011:491:49testtesttest
1612/5/2012/2/20test20:555:238:28testtesttest
171/5/2012/3/20test21:205:588:38testtesttest
1812/13/2012/4/20test7:1010:082:58testtesttest
1912/13/2012/5/20test17:350:437:08testtesttest
2012/13/2012/5/20test18:001:187:18testtesttest
2112/6/203:0020:0017:00
2212/6/204:0022:0018:00
230:00
240:00
250:00
260:00
270:00
280:00
290:00
300:00
310:00
320:00
330:00
340:00
350:00
360:00
370:00
380:00
390:00
400:00
410:00
420:00
430:00
440:00
450:00
460:00
470:00
480:00
490:00
500:00
510:00
520:00
530:00
540:00
550:00
560:00
570:00
580:00
590:00
600:00
610:00
620:00
630:00
640:00
650:00
660:00
Pin Monitoring
 
Upvote 0
The link will only be live for about a MONTH - hence why I have also included the XL2BB info, so others can follow , even if the spreadsheet on the shares are nolonger live


I have added the 2 formulas in the summary sheet to extract all the UNIQUE dates using
=IFERROR(INDEX('Pin Monitoring'!$B$15:$B$200, MATCH(0, INDEX(COUNTIF(Summary!$B$2:B2, 'Pin Monitoring'!$B$15:$B$200), 0, 0), 0)), "")
I have also then added the Total
=IF(OR(B3=0,B3=""),"",SUMIF('Pin Monitoring'!$B$15:$B$200,Summary!B3,'Pin Monitoring'!$G$15:$G$200))
Then I have formatted the C duration column to [HH]:MM so it will report over 24hrs , should this happen and not return to zero after 24 hrs
because you have coloured banding and the last entry in the extraction will be a zero date 1/1/1900
I have added 2 conditional formats for font
One White and one light blue to match the background
Using
=AND(B3=0,ISODD(ROW(B3))) font Light Blue
and
=AND(B3=0,ISEVEN(ROW(B3))) Font White

I also extended the formatting on the data input PIN sheet to row 200 - DOES that cover the total possible amount of data input ? as you see above the ranges goto $200

Summary sheet here

Pin Monitoring Log Template -ETAF.xlsx
BC
2DateDuration
312/5/2010:17
41/5/2008:38
512/13/2017:24
612/6/2035:00
71/0/00 
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
31  
32  
33  
Summary
Cell Formulas
RangeFormula
B3:B33B3=IFERROR(INDEX('Pin Monitoring'!$B$15:$B$200, MATCH(0, INDEX(COUNTIF(Summary!$B$2:B2, 'Pin Monitoring'!$B$15:$B$200), 0, 0), 0)), "")
C3:C33C3=IF(OR(B3=0,B3=""),"",SUMIF('Pin Monitoring'!$B$15:$B$200,Summary!B3,'Pin Monitoring'!$G$15:$G$200))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B3:B33Expression=AND(B3=0,ISODD(ROW(B3)))textNO
B3:B33Expression=AND(B3=0,ISEVEN(ROW(B3)))textNO


Data Sheet
Pin Monitoring Log Template -ETAF.xlsx
BCDEFGHIJ
13Monitoring details or no calls Actions taken Staff name
14Todays DateDate monitoredNumber dialed Call startedCall endedCall duration Contents of call IR (Y/N) Call tagged Print
1512/5/2012/1/20test10:0011:491:49testtesttest
1612/5/2012/2/20test20:555:238:28testtesttest
171/5/2012/3/20test21:205:588:38testtesttest
1812/13/2012/4/20test7:1010:082:58testtesttest
1912/13/2012/5/20test17:350:437:08testtesttest
2012/13/2012/5/20test18:001:187:18testtesttest
2112/6/203:0020:0017:00
2212/6/204:0022:0018:00
230:00
240:00
250:00
260:00
270:00
280:00
290:00
300:00
310:00
320:00
330:00
340:00
350:00
360:00
370:00
380:00
390:00
400:00
410:00
420:00
430:00
440:00
450:00
460:00
470:00
480:00
490:00
500:00
510:00
520:00
530:00
540:00
550:00
560:00
570:00
580:00
590:00
600:00
610:00
620:00
630:00
640:00
650:00
660:00
Pin Monitoring
Absolutely spot on. this has helped massively and cleared and helped me gain some knowledge into how the formulas are build. I appreciate you taking your time to help myself out and to provide advice in a clear and instructional manor.

Can i ask where you learnt your excel skills and knowledge. it is something i would benefit in learning.
 
Upvote 0
Can i ask where you learnt your excel skills and knowledge. it is something i would benefit in learning.
I learnt an inhouse spreadsheet program on a mainframe in the early 80's , then lotus123 and eventually Excel.
Formal training courses in the very early days, but need to use for the business. then providing workshops for senior managers in the late90's early 00's
Working as a Information management professional for many years.
Also consulting before retiring and using Excel for dashboards & KPI's for performance Improvement & change
Keeping my hand in now while retired answering and helping on forums like this. And using online help and various courses on line. Reading answers to questions here and looking into all the alternative solutions that are often posted.
So I review the questions with no answers most days and then subscribe to some i'm interested in finding out how others solve those problems for people
 
Upvote 0
I learnt an inhouse spreadsheet program on a mainframe in the early 80's , then lotus123 and eventually Excel.
Formal training courses in the very early days, but need to use for the business. then providing workshops for senior managers in the late90's early 00's
Working as a Information management professional for many years.
Also consulting before retiring and using Excel for dashboards & KPI's for performance Improvement & change
Keeping my hand in now while retired answering and helping on forums like this. And using online help and various courses on line. Reading answers to questions here and looking into all the alternative solutions that are often posted.
So I review the questions with no answers most days and then subscribe to some i'm interested in finding out how others solve those problems for people
Wow, that's amazing. so your knowledge is vast ! as a novice where would you suggest i start? i can do some basic formula bits and bobs but with the role i have just taken up i need to increase my knowledge and skill to a much much higher level.
 
Upvote 0
depends on how you learn , Youtube videos, general searches , or Books, quite a lot of good books used to be available in the 90's 00's on excel
whats the role ?
 
Upvote 0
depends on how you learn , Youtube videos, general searches , or Books, quite a lot of good books used to be available in the 90's 00's on excel
whats the role ?
so i actually work for HM prison service as the performance lead. in terms of data collation i find that easy, however im looking at streamlining the process around the spreadsheets that are used by various area.such as the one that you have assisted with.

in terms of learning im more of a hands on learner so watching videos would be a great way. I've tried watching a few but need to get my head around what each thing does exactly and not run before i can walk
 
Upvote 0
there are now quite a few free online video courses , where you dont need to signup and all free (at least they where a few years ago , when i tried a few.
I think pivot tables you may find useful and i suspects graphs, dashboard etc How to organise data for analysis etc
Search youtube for free excel - there are loads, and then its a case of finding a presenter you like.
It maybe that the service would find some formal online training for you.

Theres a large list of resources here on mrexcel - see this link, Free on-line tutorial series from beginner to advanced it is from 2017 , so some of the links may nolonger work - but looks like an extensive list

Mr Excel has a youtube channel

Then also post your questions here and as well as getting the solution, have a look at the functions and see if you can breakdown how they work

The fx icon next to the formula bar is also a very good help where it will give info on a function, I often find that useful and then use a search online if i'm not sure about the microsoft help fx

you may find you would benefit using VBA , I streamlined a load of processes and using data pulled together information into a dashboard using a lot of VBA in the late 90's
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,035
Messages
6,122,791
Members
449,095
Latest member
m_smith_solihull

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