• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

6088 Productivity courses

Excel VBA/Macros Foundations

4.5(3)

By Studyhub UK

A Complete Guide for Effective LinkedIn Ads' is a comprehensive course that covers the fundamentals of setting up and managing successful LinkedIn Ads campaigns. Participants will learn to drive website traffic, utilize sponsored messages, generate leads, and effectively manage billing centers on the platform. Learning Outcomes: Understand the basics of LinkedIn Ads and their role in digital marketing. Learn how to set up LinkedIn Ads to drive targeted website traffic. Discover techniques for leveraging sponsored messages to engage with the audience. Acquire the skills to create and optimize LinkedIn Ads for lead generation. Gain proficiency in managing the billing center for efficient campaign budgeting and monitoring. Why buy this Excel VBA/Macros Foundations? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Excel VBA/Macros Foundations there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Excel VBA/Macros Foundations course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Excel VBA/Macros Foundations does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Excel VBA/Macros Foundations was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Excel VBA/Macros Foundations is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction Recording Macros vs Writing VBA 00:04:00 Understanding Objects in Excel VBA 00:07:00 Understanding VBA Syntax and Parts of Speech 00:10:00 Activating the Developer tab 00:01:00 Recording a basic Macro 00:05:00 Absolute vs Relative Macro recording 00:04:00 Section 02: Exploring the Visual Basic Environment Introduction to the Visual Basic Environment 00:02:00 The Project Explorer 00:02:00 The Properties Window 00:02:00 The Code Window 00:04:00 Immediate, Locals and Watch Window 00:03:00 Dealing with Modules 00:03:00 Comments in Excel VBA 00:01:00 Section 03: The Range Object Introduction and Changing Cell Values 00:10:00 Adding a text to a cell 00:01:00 Dealing with Named Ranges 00:03:00 Value vs Text Property 00:04:00 Row and Column properties 00:02:00 The Select Method 00:02:00 The Count Property 00:04:00 The Address Property 00:09:00 The Formula Property 00:03:00 The Number Format Property 00:07:00 The Font Property 00:08:00 Section 04: Understanding the Cells Collection Object What is the cells object? 00:06:00 Using the Cells collection to affect cells positionally within a range 00:05:00 Affecting all cells within a sheet 00:02:00 Combining Range and cells objects 00:03:00 Section 05: Working with Sheets/Worksheets Selecting Sheets 00:06:00 Adding Sheets 00:11:00 Sheets vs Worksheets 00:04:00 Copying Sheets 00:05:00 Moving Sheets 00:01:00 Deleting Sheets 00:04:00 Section 06: Understanding Variables in Excel VBA Introduction to Variables 00:06:00 Variable Data Types 00:09:00 Declaring Variables 00:14:00 Object Variables 00:08:00 Calling a procedure from Another Procedure & Variable Scope 00:03:00 Public and Private Variables 00:07:00 Declaring Constants 00:04:00 Exercises-Variables 00:06:00 Section 07: Dealing with Workbooks Referring to Workbooks-Different ways 00:04:00 Closing Workbooks 00:03:00 Adding and Saving Workbooks Part 1 - Save method 00:04:00 Adding and Saving Workbooks Part 2 - Save as method 00:10:00 Opening Workbooks 00:06:00 Section 08: Must Know Excel VBA Logic Finding the Last row 00:09:00 Finding the Last Column 00:04:00 Finding the next row 00:04:00 The WITH Statement 00:04:00 Comparison operators in Excel VBA 00:01:00 IF Statements- Simple IF Statements 00:07:00 IF THEN ELSE Structure 00:03:00 IF THEN ELSEIF Structure 00:07:00 Nested IFs 00:04:00 OR - AND logical operators 00:07:00 NOT Logical operator 00:03:00 CASE Statements Part 1 - Single Case Statements 00:09:00 CASE Statements Part 2 - Nested Case Statements 00:06:00 Case Statements-Exercise 00:01:00 GOTO and Labels 00:03:00 Section 09: Looping in Excel VBA Loops-Introduction 00:01:00 FOR NEXT Loop 00:11:00 Exit For 00:09:00 Exercise - For Next loop 00:01:00 FOR EACH Loop - Intro 00:07:00 FOR EACH Loops - More examples 00:05:00 Do Loop - Introduction 00:04:00 Do Loop Example 00:01:00 Do Until 00:02:00 Do While 00:02:00 Do while vs Do until - Movies Example 00:04:00 Exit Do Statement 00:05:00 Exercise - Do Loop 00:01:00 Section 10: Interacting with Your Users The Messagebox - Introduction 00:03:00 Messagebox -Inputs 00:07:00 Messagebox - Capturing the User's input 00:05:00 Adding a new line to your VBA Strings 00:02:00 The Inputbox - introduction 00:04:00 Inputbox - Example1 - Capturing a user's name 00:05:00 Inputbox -Employee Database Example Part 1 00:05:00 Inputbox -Employee Database Example Part 2 00:04:00 Exercise - InputBox 00:02:00 Section 11: Error Handling in Excel VBA Error Handling - Introduction 00:09:00 Different Error types in action 00:04:00 On Error Goto statement 00:04:00 Resetting the error handling Status with On Error Goto 00:02:00 The Err Object 00:07:00 Setting a Breakpoint 00:02:00 Section 12: Triggering Code with Events! Worksheet Events -Selection change 00:08:00 Worksheet Events - Worksheet Activate event 00:03:00 Worksheet Events - Deactivate event 00:02:00 Worksheet Events - Before Delete Event 00:02:00 Worksheet Events - Before Double click event 00:08:00 Worksheet Events - Before Right Click event 00:03:00 Worksheet Events - Calculate event 00:03:00 Enabling and Disabling Events 00:03:00 Worksheet events - Worksheet change event 00:11:00 Workbook Events - Follow Hyperlink event 00:02:00 Worksheet events -Exercise 00:01:00 Workbook Events - Workbook open event 00:05:00 Workbook Events - Workbook Activate event 00:02:00 Workbook Events - Workbook Before save event 00:06:00 Workbook Events - Workbook Aftersave event 00:04:00 Workbook Events - Workbook Beforeclose event 00:09:00 Workbook Events - Workbook BeforePrint event 00:03:00 Workbook Events -Workbook De-activate events 00:02:00 Workbook Events - New Chart event 00:08:00 Workbook Events -New sheet event 00:03:00 Workbook Events - Sheet calculate event 00:03:00 Workbook Events - Sheet De-activate event 00:06:00 Workbook Events - Follow Hyperlink event 00:02:00 Workbook Events - Workbook Window Activate event 00:06:00 Workbook Events - Workbook Window De-Activate event 00:02:00 Workbook Events - Window Resize event 00:02:00 Exercise- Workbook Events 00:01:00 Resources Resources - Excel VBA/Macros Foundations 00:00:00 Assignment Assignment - Excel VBA/Macros Foundations 00:00:00

Excel VBA/Macros Foundations
Delivered Online On Demand8 hours 52 minutes
£10.99

TX319 IBM Workload Scheduler 9.4 - Operations and Scheduling

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for operators and schedulers who perform duties that are related to batch workload automation. Overview In this course, you learn how to perform the following tasks:Explain the production terminology used with IBM Workload Scheduler and its production planning processMonitor production batch workload processesManage production batch workloadCreate and modify scheduling objectsSchedule new workloadsForecast future workloadsMigrate workload definitions from test to production environmentsCreate and maintain reports about production workloads This course provides professional report authors an opportunity to learn report building techniques using relational data models. Demonstrations and exercises will illustrate and reinforce key concepts during this learning opportunity. IBM Workload Scheduler Introduction About Workload Automation IBM workload automation offerings IBM Workload Scheduler terminology Workload Scheduler user interfaces Getting started with Application Lab Getting started with the Dynamic Workload Console Connecting the console to Workload Scheduler Getting started with the command-line interfaces Using the Application Lab Interface Using the processes status overview page Managing processes Using other Application Lab functions Monitoring Workload Scheduler Production Monitoring Workload Scheduler production by using queries Using the Workload Dashboard Monitoring system status and health Monitoring plan objects Using the What-if Analysis interface Monitoring the plan graphically Managing Workload Scheduler Production Managing the scheduling environment Managing scheduling objects in the plan Creating Scheduling Objects Using the Workload Designer Creating scheduling objects Creating variables and variable tables Creating prompts and resources Creating calendars Defining jobs Scheduling, Forecasting, and Migrating Workloads Creating job streams Applying jobs to job streams Setting time and date restrictions Using advanced scheduling options Creating job stream definitions by using composer Creating and using event rules Forecasting and previewing future dates Exporting and importing scheduling definitions Using Workload Application Templates Reporting with Workload Scheduler Using reporting features Using Common Reporting with Workload Scheduler Using the batch reporting utility Using the preformatted text-based report utilities

TX319 IBM Workload Scheduler 9.4 - Operations and Scheduling
Delivered OnlineFlexible Dates
Price on Enquiry

Microsoft Excel Masterclass

4.7(160)

By Janets

Follow your dreams by enrolling on the Microsoft Excel Masterclass course today and develop the experience, skills and knowledge you need to enhance your professional development. Microsoft Excel Masterclass will help you arm yourself with the qualities you need to work towards your dream job. Study the Microsoft Excel Masterclass training course online with Janets through our online learning platform and take the first steps towards a successful long-term career. The Microsoft Excel Masterclass course will allow you to enhance your CV, impress potential employers, and stand out from the crowd.  This Microsoft Excel Masterclass course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Study the Microsoft Excel Masterclass course through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the Microsoft Excel Masterclass course, to ensure you are supported every step of the way. Get a digital certificate as proof of your Microsoft Excel Masterclass course completion. Janets is one of the top online training course providers in the UK, and we want to make education accessible to everyone! Learn the essential skills you need to succeed and build a better future for yourself with the Microsoft Excel Masterclass course. The Microsoft Excel Masterclass course is designed by industry experts and is tailored to help you learn new skills with ease.  The Microsoft Excel Masterclass is incredibly great value and allows you to study at your own pace. With full course access for one year, you can complete the Microsoft Excel Masterclass when it suits you. Access the Microsoft Excel Masterclass course modules from any internet-enabled device, including computers, tablets, and smartphones. The Microsoft Excel Masterclass course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the Microsoft Excel Masterclass now and start learning instantly! What You Get Out Of Studying Microsoft Excel Masterclass With Janets: Receive a digital Certificate upon successful completion of the Microsoft Excel Masterclass course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Description The Microsoft Excel Masterclass training course is delivered through Janets' online learning platform. Access the Microsoft Excel Masterclass content from any internet-enabled device whenever or wherever you want to. The Microsoft Excel Masterclass course has no formal teaching deadlines, meaning you are free to complete the course at your own pace. Method of Assessment  To successfully complete the Microsoft Excel Masterclass course, students will have to take an automated multiple-choice exam. This exam will be online and you will need to score 60% or above to pass the Microsoft Excel Masterclass course. After successfully passing the Microsoft Excel Masterclass course exam, you will be able to apply for a CPD-accredited certificate as proof of your Microsoft Excel Masterclass qualification. Certification All students who successfully complete the Microsoft Excel Masterclass course can instantly download their digital certificate. You can also purchase a hard copy of the Microsoft Excel Masterclass course certificate, which will be delivered by post for £9.99. Who Is This Course For: The Microsoft Excel Masterclass is ideal for those who already work in this sector or are an aspiring professional. This Microsoft Excel Masterclass course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The Microsoft Excel Masterclass is open to all students and has no formal entry requirements. To study the Microsoft Excel Masterclass course, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Career Path: The Microsoft Excel Masterclass is ideal for anyone who wants to pursue their dream career in a relevant industry. Learn the skills you need to boost your CV and go after the job you want. Complete the Microsoft Excel Masterclass and gain an industry-recognised qualification that will help you excel in finding your ideal job.

Microsoft Excel Masterclass
Delivered Online On Demand11 hours 5 minutes
£9.99

Audio Typing : Medical Transcription Training

By Compete High

Overview   With the ever-increasing demand for Audio Typing in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Audio Typing may be.   Learning about Audio Typing or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Audio Typing. That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Audio Typing is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates.   The self-paced online learning methodology by Compete High in this Audio Typing Training course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course!   Instead of searching for hours, enrol right away on this Audio Typing Training course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run.   Who is this course for?   While we refrain from discouraging anyone wanting to do this Audio Typing Training course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Audio Typing, Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Audio Typing, Anyone looking for a certificate of completion on doing an online training on this topic, Students of Audio Typing, or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity   Career Path   This Audio Typing Training course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams. Course Curriculum Module 1 - Audio Transcription Audio Transcription 00:00 Module 2 - The Transcription Technique The Transcription Technique 00:00 Module 3 - Transcribe Audio to Text Transcribe Audio to Text 00:00 Module 4 - The Pros Turn Speech to Text So Quickly The Pros Turn Speech to Text So Quickly 00:00 Module 5 - Transcription Skills Transcription Skills 00:00 Module 6 - Transcription Accuracy Transcription Accuracy 00:00 Module 7 - Transcription Formatting Transcription Formatting 00:00 Module 8 - Common Homophones Common Homophones 00:00

Audio Typing : Medical Transcription Training
Delivered Online On Demand8 hours
£4.99

Microsoft Access

By Compete High

Overview With the ever-increasing demand for Microsoft Access in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Microsoft Access may be. Learning about Microsoft Access or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Microsoft Access . That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Microsoft Access is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates. The self-paced online learning methodology by compete high in this Microsoft Access course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course! Instead of searching for hours, enrol right away on this Microsoft Access course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run. Who is this course for? While we refrain from discouraging anyone wanting to do this Microsoft Access course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Microsoft Access , Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Microsoft Access , Anyone looking for a certificate of completion on doing an online training on this topic, Students of Microsoft Access , or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity Career Path This Microsoft Access course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams.  Course Curriculum Module 1 Setting up Microsoft Access Module 1 Setting up Microsoft Access 00:00 Module 2 Relationships and Keys of a Database Module 2 Relationships and Keys of a Database 00:00 Module 3 Navigation of a Database Module 3 Navigation of a Database 00:00 Module 4 Manage Database Data Module 4 Manage Database Data 00:00 Module 5 Create and Manage Tables Module 5 Create and Manage Tables 00:00 Module 6 Queries Module 6 Queries 00:00

Microsoft Access
Delivered Online On Demand6 hours
£4.99

Learn Python, JavaScript, and Microsoft SQL for Data science Course

By One Education

If data is the new oil, then coding is your refinery. Whether you're exploring the depths of machine learning or navigating databases with ease, this course sharpens your edge in the competitive world of data science. With a sharp focus on three industry-leading languages—Python, JavaScript, and Microsoft SQL—you’ll build the solid foundations needed to analyse, automate, and query data confidently. From writing clean scripts to crafting smart SQL queries, you’ll develop the mindset to speak fluently in the language of data. Delivered entirely online, the course keeps your learning agile and accessible. Python lays the groundwork for analysis and automation, JavaScript helps in data visualisation and interaction, and SQL ensures you can command databases without blinking. It's not about ticking boxes—it’s about building fluency in what matters. Whether you're upskilling or aiming for a sharper digital edge, this course speaks directly to future-focused learners ready to code with purpose. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: JavaScript Section 01: Introduction Section 02: Basics Section 03: Operators Section 04: Conditional Statements Section 05: Control Flow Statements Section 06: Functions Section 07: Error Handling Section 08: Client-Side Validations Python Section 09: Introduction Section 10: Basic Section 11: Strings Section 12: Operators Section 13: Data Structures Section 14: Conditional Statements Section 15: control flow statements Section 16: core games Section 17: functions Section 18: args, KW args for Data Science Section 19: project Section 20: Object oriented programming [OOPs] Section 21: Methods Section 22: Class and Objects Section 23: Inheritance and Polymorphism Section 24: Encapsulation and Abstraction Section 25: OOPs Games Section 26: Modules and Packages Section 27: Error Handling Microsoft SQL Section 28: Introduction Section 29: Statements Section 30: Filtering Data Section 31: Functions Section 32: Joins Section 33: Advanced commands Section 34: Structure and Keys Section 35: Queries Section 36: Structure queries Section 37: Constraints Section 38: Backup and Restore Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This Learn Python, JavaScript, and Microsoft SQL for Data science course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Learn Python, JavaScript, and Microsoft SQL for Data science course is open to all, with no formal entry requirements. Career path Upon successful completion of the Learn Python, JavaScript, and Microsoft SQL for Data science Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Learn Python, JavaScript, and Microsoft SQL for Data science Course
Delivered Online On Demand22 hours
£12

Learn Python, JavaScript, and Microsoft SQL for Data science Course

By One Education

Data doesn’t speak for itself — it needs someone who can ask the right questions and write the right code. This course offers a focused introduction to three of the most widely used tools in data science: Python, JavaScript, and Microsoft SQL. You’ll explore how each language plays its part in working with data, from handling large datasets to performing analysis and visualisation. All delivered online, with no whiteboards, lab coats or cold meeting rooms involved. Whether you're curious about coding or keen to brush up on logic and structure, the course walks you through the essentials with clarity and purpose. You’ll look into the building blocks of each language, how they interact with data, and how they can be used to create meaningful insights. Designed for learners who prefer clear content over convoluted lectures, it's a straight-talking guide to getting started in data science — without trying to be clever for the sake of it. Course Curriculum: JavaScript Section 01: Introduction Section 02: Basics Section 03: Operators Section 04: Conditional Statements Section 05: Control Flow Statements Section 06: Functions Section 07: Error Handling Section 08: Client-Side Validations Python Section 09: Introduction Section 10: Basic Section 11: Strings Section 12: Operators Section 13: Data Structures Section 14: Conditional Statements Section 15: control flow statements Section 16: core games Section 17: functions Section 18: args, KW args for Data Science Section 19: project Section 20: Object oriented programming [OOPs] Section 21: Methods Section 22: Class and Objects Section 23: Inheritance and Polymorphism Section 24: Encapsulation and Abstraction Section 25: OOPs Games Section 26: Modules and Packages Section 27: Error Handling Microsoft SQL Section 28: Introduction Section 29: Statements Section 30: Filtering Data Section 31: Functions Section 32: Joins Section 33: Advanced commands Section 34: Structure and Keys Section 35: Queries Section 36: Structure queries Section 37: Constraints Section 38: Backup and Restore Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This Learn Python, JavaScript, and Microsoft SQL for Data science course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Learn Python, JavaScript, and Microsoft SQL for Data science course is open to all, with no formal entry requirements. Career path Upon successful completion of the Learn Python, JavaScript, and Microsoft SQL for Data science Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Learn Python, JavaScript, and Microsoft SQL for Data science Course
Delivered Online On Demand22 hours
£12

Level 5 Diploma in Risk Management Course

5.0(3)

By School Of Health Care

Risk Management: Risk Management Course Online Elevate your career with the Level 5 Diploma in Risk Management! This premier Risk Management course provides comprehensive knowledge and skills essential for mastering Risk Management. Dive into advanced Risk Management strategies, frameworks, and tools designed to enhance your Risk Management expertise. Our Level 5 Diploma in Risk Management covers every facet of Risk Management, from identifying risks to developing effective Risk Management plans. Throughout this Risk Management course, you will master Risk Management techniques to identify, analyze, and determine the correct Risk Management actions. You'll learn to rate risks based on the likelihood of occurrence and apply Risk Management strategies to reduce and control risks. Risk Management is integral to every organization. Despite careful planning and Risk Management strategies, uncertainty always remains. This uncertainty makes Risk Management challenging and predictions difficult. The comprehensive Risk Management: Risk Management Course focuses on financial and economic risks. Learn how to identify financial and non-financial risks and the risk management framework, and the overall risk management essentials. Main Course: Risk Management Course Free Courses Course 01: Control of Substances Hazardous to Health (COSHH) Training [ Note: Free PDF certificate as soon as completing the Risk Management: Risk Management Course] Risk Management: Risk Management Course Online Advance your career with the Level 5 Diploma in Risk Management! Our Risk Management course is your gateway to mastering Risk Management skills. This Risk Management diploma offers in-depth training in Risk Management principles and practices, ensuring you become proficient in all aspects of Risk Management. Dive deep into Risk Management strategies, explore Risk Management frameworks, and understand Risk Management methodologies. Certificate of Completion You will receive a course completion certificate for free as soon as you complete the Risk Management: Risk Management Course. Who is this course for? Risk Management: Risk Management Course Online This Risk Management: Risk Management Course is suitable for anyone. Requirements Risk Management: Risk Management Course Online To enrol in this Risk Management: Risk Management Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Risk Management: Risk Management Course. Be energetic and self-motivated to complete our Risk Management: Risk Management Course. Basic computer Skill is required to complete our Risk Management: Risk Management Course. If you want to enrol in our Risk Management: Risk Management Course, you must be at least 15 years old. Career path Risk Management: Risk Management Course Online Upon successful completion of our Risk Management: Risk Management Course, candidates may choose to pursue an extensive range of careers.

Level 5 Diploma in Risk Management Course
Delivered Online On Demand4 hours 48 minutes
£12

Managing Portfolios: The Most Broken Function in Businesses Today

By IIL Europe Ltd

Managing Portfolios: The Most Broken Function in Businesses Today Organizations need to better control their projects and programs, both current and oncoming. This session outlines five steps in defining a portfolio and connects this to project and program lifecycle management. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

Managing Portfolios: The Most Broken Function in Businesses Today
Delivered Online On Demand18 hours
£10

The Need to Focus on Business Benefits and Value

By IIL Europe Ltd

The Need to Focus on Business Benefits and Value For decades, project managers were trained to focus on the creation of the deliverables defined in the project's requirement, often with little regard for the expected business benefits and business value. This is now changing as companies have a better understanding of business benefits and value and are updating their methodologies and frameworks. Some frameworks, such as Agile and SCRUM, appear to do a better job identifying than traditional project management practices tracking and reporting business benefits and value. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.

The Need to Focus on Business Benefits and Value
Delivered Online On Demand15 minutes
£10