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

3328 Courses in Cardiff delivered Live Online

Microsoft Excel in Depth: In-House Training

By IIL Europe Ltd

Microsoft Excel® in Depth: In-House Training The goal of this course is to provide a deeper understanding of Excel and its intricacies and a new ability to use it efficiently producing the best solutions for your projects. This practical course provides a solid background of the features of Excel and a deeper understanding of its features, benefits and uses. This is not a beginner's course in Excel. You will learn some advanced features such as Pivot Tables, Charting, Tables, Sorting, Filtering and Functions. The goal of this course is to provide a deeper understanding of Excel and its intricacies and a new ability to use it efficiently producing the best solutions for your projects. What you Will Learn You'll learn how to: Use functions like IF, AVERAGE, SUMIF, SUMIFS, SUMPRODUCT, INDEX, MATCH, CHOOSE, DATE, and many more Create meaningful charts Use pivot tables Use Conditional Formatting, Data Validation Take advantage of using Named ranges, do sorting, filtering, tables Getting Started The building blocks of Excel, built-in functions, will be examined The basics of formatting your data will be examined Shortcuts and data manipulation will be explored Built-in features like those mentioned in the 'What you will learn' section above will be explored in detail Excel Functions - VLOOKUP, IF, INDEX, MATCH, CHOOSE, SUMIF, SUMIFS, SUMPRODUCT, DATE, so many more Using Named ranges, Data Validation, Sorting, and Filtering Learn the Name manager; Learn the difference between local and global names; Ensure correct access to linked workbooks; Ensure data accuracy; Learn how to use cascading data validation (for example, once a user chooses 'cars', another cell allows only Ford, Toyota, etc.); Sorting by more than 3 fields; Filtering by font, pattern, or value; See your data based on things like dates in the 3rd quarter, or fields where quantity x price is greater than some fixed value Conditional formatting and data formatting Make relevant data stand out Isolate highs and lows Make error cells invisible Learn about Data bars, Icon sets, and Color scales Highlight differences between worksheets Learn all the codes in the Format/Number list Using cell Styles Learn all about alignment, protection, borders, colors and more Pivot Tables Learn how to summarize large amounts of data with a few clicks Learn various ways of presenting the data Learn the various pivot table tools Learn how to customize and format a pivot table to suit your needs Learn how to group data Learn how to use the various options to present your data Charts Learn how to create a chart with one keystroke! Learn the 11 types of built-in charts Learn how to create a chart with one keystroke! Learn how to customize the charts to make the information tell the right story Learn how to use the design, layout, and formatting available to charts in Excel 2007 Learn embedded charts versus chart sheets Learn how to use modify all the pieces of a chart Array formulas Learn how to use the most powerful formulas in Excel Learn how to combine many formulas into one compact array-formula Learn the real power of these formulas and why regular formulas can't do the job Learn how to use built-in array formulas, like TREND or TRANSPOSE

Microsoft Excel in Depth: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£850

Introduction to Agile and Scrum: In-House Training

By IIL Europe Ltd

Introduction to Agile and Scrum: In-House Training This half-day course provides an overview of Agile principles and mindset, and the Scrum framework as a key Agile approach. It will provide you with the key benefits of an Agile approach, and its differences with the traditional Waterfall method. Lastly, as Agile is looked upon more frequently as an alternative delivery method, you will review situations where Agile can be adapted outside of software development, where it is most commonly used. What you will Learn At the end of this program, you will be able to: Explain the basics and benefits of using an Agile approach Describe the Scrum framework, its events, artifacts and roles and responsibilities Illustrate Agile approaches outside of Software Development Getting Started Introduction Course structure Course goals and objectives Agile Introduction What is Agile? Agile Benefits Agile Methods Overview of Scrum Scrum Overview Scrum Events Scrum Artifacts Scrum Roles Definition of Done Agile Approaches Outside of Software Development Agile in other environments Product Development Course Development Marketing Agile Project Candidates Summary What Agile is not... Concerns and Pitfalls

Introduction to Agile and Scrum: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£350

Neurodiversity Workshop Retaining: Reward, Change, Communication

By Mpi Learning - Professional Learning And Development Provider

A four-hour workshop on how to retain your talented Neurodiverse colleagues and ensure equality in employment opportunities.

Neurodiversity Workshop Retaining: Reward, Change, Communication
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£534

DTP Online Mentorship

By Draw to Perform

https://linktr.ee/drawtoperform

DTP Online Mentorship
Delivered OnlineFlexible Dates
£700

Personal Productivity

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for In this course, students will learn how to establish routines, set goals, create an efficient environment, and use time-honored planning and organizational tools to use their time more effectively. Overview Upon successful completion of this course, students will take ownership of their time management in order to achieve their goals and lead a more productive life. In this course, students will learn how to establish routines, set goals, create an efficient environment, and use time-honored planning and organizational tools to use their time more effectively. Getting Started Icebreaker Housekeeping Items The Parking Lot Workshop Objectives Setting SMART Goals The Three P's The SMART Way Prioritizing Your Goals Evaluating and Adapting The Power of Routines What is a Routine? Personal Routines Professional Routines Six Easy Ways to Simplify Your Life Scheduling Yourself The Simple Secret of Successful Time Management Developing a Tracking System Scheduling Appointments Scheduling Tasks Keeping Yourself on Top of Tasks The One-Minute Rule The Five-Minute Rule What To Do When You Feel Like You're Sinking Tackling New Tasks and Projects Why We Procrastinate Nine Ways to Overcome Procrastination Eat That Frog! Using Project Management Techniques The Triple Constraint Creating the Schedule Using a RACI Chart Creating a Workspace Setting Up the Physical Layout Ergonomics 101 Using Your Computer Efficiently Organizing Files and Folders Organizing Paper Files Organizing Electronic Files Scheduling Archive and Clean-Up Managing E-Mail Using E-mail Time Wisely Taking Action! Making the Most of Your E-mail Program Taking Time Back from Handheld Devices Tackling Procrastination Why We Procrastinate Nine Ways to Overcome Procrastination Eat That Frog Wrapping Up Words from the Wise Review of Parking Lot Lessons Learned Completion of Action Plans and Evaluations

Personal Productivity
Delivered OnlineFlexible Dates
Price on Enquiry

VBA with Microsoft Excel

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is primarily designed for students who want to gain the skills necessary to use VBA to automate tasks in Excel such as collecting data from external sources, cleaning, and manipulating data. The target student may also want to learn how to create custom worksheet functions to streamline worksheet formulas and make complex worksheets easier to support, maintain, and understand. Overview Identify general components of VBA and their appropriate use in solving business solutions. Record VBA macros to automate repetitive tasks. Write VBA code to create VBA subroutines and functions. Use various programming elements to solve problems through code, including variables,objects, conditional statements, and loops. Eliminate, avoid, or handle errors in VBA code, and optimize its performance. VBA (Visual Basic for Applications) enables you to enhance and extend the capabilities of Microsoft Excel and other applications in the Microsoft 365 application suite. You can use VBA to perform tasks that would be difficult or impossible to do using only worksheet functions, and you can automate a wide range of tasks so they can be performed faster, more consistently, and with less effort than performing them manually. This course will give you a good foundation for understanding, creating, and using VBA in your own Excel workbooks. You will learn how to use the macro recorder effectively, as well as how to write your own VBA code from scratch. You will use tools built into Excel to explore and learn VBA's capabilities and to optimize and debug your code. Prerequisites To ensure your success in this course, you should be an experienced Excel user who is comfortable creating and working with Excel workbooks, including tasks such as entering worksheet formulas, using absolute and relative addressing, formatting cells, and creating pivot tables and charts. This level of skill could be acquired by taking the Microsoft Excel for Office 365 (Desktop or Online) courses, Parts 1, 2, and 3. 1. Using VBA to Solve Business Problems Use Macros to Automate Tasks in Excel Identify Components of Macro-Enabled Workbooks Configure the Excel VBA Environment 2. Recording a Macro Use the Macro Recorder to Create a VBA Macro Record a Macro with Relative Addressing Delete Macros and Modules Identify Strategies for Using the Macro Recorder 3. Writing VBA Code Directly Write VBA Code Discover Objects You Can Use Create a Custom Function 4. Solving Problems through Code Make Decisions in Code Work with Variables Perform Repetitive Tasks 5. Improving Your VBA Code Debug VBA Errors Deal with Errors Improve Macro Performance 6. Controlling How and When Macros Run Prompt the User for Information Configure Macros to Run Automatically Additional course details: Nexus Humans VBA with Microsoft Excel (v1.2) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the VBA with Microsoft Excel (v1.2) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

VBA with Microsoft Excel
Delivered OnlineFlexible Dates
£655

Computing - Adobe Software (modular) - Online Tuition

5.0(8)

By GLA Tutors Home or Online

This unique syllabus teaches modules in Adobe software for A Level/GCSE and adults. Learn the basics and dive deeper with our experienced teachers, who will help you build upon your professional portfolio and provide you with what you need to work towards a professional qualification.  The below outline covers Photoshop, Illustrator, Premiere Pro, and Acrobat. Module 1: Introduction to Adobe Creative Cloud • Understanding Adobe's Creative Cloud Suite • Installation and setup • Introduction to the user interface • Navigating Adobe software Module 2: Adobe Photoshop Basics • Introduction to Photoshop • Understanding raster graphics • Essential tools and panels • Basic photo editing and retouching Module 3: Intermediate Photoshop Skills • Advanced selection techniques • Layers and blending modes • Color correction and adjustment layers • Creating and editing masks Module 4: Adobe Illustrator Fundamentals • Introduction to vector graphics • Illustrator's interface and tools • Drawing and editing shapes • Working with text and typography Module 5: Advanced Illustrator Techniques • Creating complex vector illustrations • Using the Pen tool effectively • Working with gradients and patterns • Illustrator's 3D capabilities Module 6: Adobe Premiere Pro Basics • Introduction to video editing • Premiere Pro's workspace • Importing and organising media • Basic video editing and transitions Module 7: Advanced Premiere Pro Editing • Advanced video editing techniques • Working with audio and sound • Applying effects and colour correction • Exporting video for various platforms Module 8: Adobe Acrobat for Document Management • Introduction to Adobe Acrobat • Creating, editing, and organising PDFs • Adding interactivity to PDFs • Digital signatures and security features Module 9: Integration and Workflow • Seamless integration between Adobe software • Creating assets in Photoshop/Illustrator for use in Premiere Pro • Exporting and importing files for collaborative work • Best practices for project management Module 10: Portfolio Development and Practical Projects • Final projects for each Adobe application • Developing a professional portfolio • Presenting and sharing your work • Preparing for Adobe certification exams (optional) Please note that the duration and depth of each module can vary depending on the level of expertise required and the specific needs of the learners. Additionally, it's important to adapt the curriculum to the learners' proficiency levels, whether they are A Level/GCSE students or adult learners with different experience levels.

Computing - Adobe Software (modular) - Online Tuition
Delivered OnlineFlexible Dates
£40

SM100 SAP Solution Manager Configuration for Operations

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System administrators, system architects, and technology consultants In this course, students learn how to manage the SAP Solutions Manager Configuration suite and discover how it can be integrated into their day-to-day operations. Course Outline SAP Solution Manager Overview: available Scenarios, Enhancements, Work Center Technical Overview: Installation, Architecture, Sizing SAP Solution Manager Configuration: SOLMAN_SETUP, SMSY, LMDB, Landscape Verification (LV), System Landscape Directory (SLD), Solution Manager Diagnostics Managing Authorizations in SAP Solution Manager Maintenance Optimizer, Maintenance Certificates, System Recommendations, Issue and Task Management Early Watch Alert Reporting: ABAP & Java, EarlyWatch Alert for Solutions Managing Solutions: Work Mode Management and additional administrative Tasks Monitoring and Alerting Infrastructure (MAI), Solution Monitoring and System Monitoring Service Level Reporting, Technical Reporting, Management Reporting SAP Mobile Apps for SAP Solution Manager Job Management: Job Request Management, Job Documentation, Job Monitoring, Job Scheduling Management Health Checks and more Additional course details: Nexus Humans SM100 SAP Solution Manager Configuration for Operations training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the SM100 SAP Solution Manager Configuration for Operations course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

SM100 SAP Solution Manager Configuration for Operations
Delivered OnlineFlexible Dates
Price on Enquiry

Confidence in Leadership Masterclass

5.0(4)

By Develerate Ltd

Join us on Thu Nov 07 2024 at 10:00:00 GMT for an exciting online event focused on enhancing your leadership skills. Whether you are an established leader or just starting out, this session is designed to boost your confidence and help you lead with clarity and purpose.

Confidence in Leadership Masterclass
Delivered OnlineFlexible Dates
£159

ESOL: English for Exam Preparation (modular) - Online Tuition

5.0(8)

By GLA Tutors Home or Online

This English Exam Preparation course is specifically designed for adult learners who are preparing to take an English language proficiency exam, such as IELTS, TOEFL, or Cambridge exams. Participants will focus on developing the necessary skills and strategies to achieve a successful outcome in their chosen exam. Through targeted practice, exam-specific tasks, and personalised feedback, learners will gain confidence and proficiency in all sections of the exam. Course Duration: 12 weeks (48 sessions) Course Objectives: By the end of this course, participants will: 1. Understand the format and requirements of the chosen English language proficiency exam. 2. Develop effective strategies for each section of the exam. 3. Enhance reading, writing, listening, and speaking skills within the context of the exam. 4. Expand vocabulary and improve language accuracy for exam-specific tasks. 5. Practice time management techniques to complete tasks within the allocated time. Course Outline: Week 1: Introduction to the Exam - Introduction to the chosen English language proficiency exam - Overview of the exam format, sections, and scoring criteria - Assessment of participants' current language proficiency and individual learning goals Week 2: Reading Skills and Strategies - Understanding different question types in the reading section - Developing reading skills for comprehension, skimming, and scanning - Practice exercises and strategies to improve speed and accuracy Week 3: Writing Skills and Strategies - Analyzing the writing tasks and requirements of the exam - Developing skills for organising ideas, structuring paragraphs, and coherence - Practice exercises for different writing tasks (essays, reports, letters, etc.) Week 4: Listening Skills and Strategies - Identifying question types and understanding the listening section format - Developing listening skills for main ideas, details, and inference - Practice exercises and strategies for improving listening accuracy and note-taking Week 5: Speaking Skills and Strategies - Understanding the speaking section requirements and assessment criteria - Developing skills for fluency, coherence, and pronunciation - Practice exercises for different speaking tasks (interviews, presentations, etc.) Week 6: Vocabulary Expansion for Exam Tasks - Expanding vocabulary in specific topics and themes relevant to the exam - Practice exercises to reinforce and use new vocabulary effectively - Techniques for deducing meaning from context and using appropriate vocabulary Week 7: Grammar and Language Accuracy - Reviewing and reinforcing essential grammar rules and structures - Identification and correction of common grammar errors in exam tasks - Exercises and activities to improve language accuracy in writing and speaking Week 8: Time Management and Exam Strategies - Strategies for time management and prioritizing tasks during the exam - Practice exercises to improve speed and efficiency in completing tasks - Tips and techniques for maximizing scores in each section Week 9: Mock Exam: Reading and Writing - Simulating a complete reading and writing section of the exam - Timed practice sessions to replicate exam conditions - Detailed feedback and analysis of strengths and areas for improvement Week 10: Mock Exam: Listening and Speaking - Simulating a complete listening and speaking section of the exam - Timed practice sessions to replicate exam conditions - Detailed feedback and analysis of strengths and areas for improvement Week 11: Exam Strategies Review and Practice - Reviewing and reinforcing exam strategies for each section - Targeted practice exercises to address specific challenges and areas of improvement - Individualised feedback and guidance based on participants' performance Week 12: Final Evaluation and Exam Tips - Comprehensive review of all exam sections and strategies - Final evaluation to assess participants' progress and readiness for the exam - Tips for managing test anxiety and mental preparation for the exam Note: This syllabus is a guideline and can be customised based on the specific exam requirements and the needs, interests, and proficiency levels of the participants. The course may also include additional topics or activities to cater to learners' specific goals or areas of focus.

ESOL: English for Exam Preparation (modular) - Online Tuition
Delivered OnlineFlexible Dates
£40