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

631 Courses in Manchester delivered Live Online

Real Estate Developer (Development Cash Flow Modelling in Excel)

4.3(5)

By Bayfield Training

This course will show delegates how to appraise projects in Excel, incorporate and communicate updates as they happen and ultimately understand how to convert an opportunistic property investment into a core asset that can be sold on.

Real Estate Developer (Development Cash Flow Modelling in Excel)
Delivered in person or Online + more
£1,750

Excel Macros and VBA Course, 1-Hour Taster

4.6(12)

By PCWorkshops

For Excel users. Extend the capabilities of Excel with Macros and VBA code.

Excel Macros and VBA Course, 1-Hour Taster
Delivered in London or Online + more
£25

Real Estate Analyst (Investment Cash Flow Modelling in Excel)

4.3(5)

By Bayfield Training

The Real Estate Analyst course has been taught non-stop to global real estate firms over the last 25 years, and is without doubt the core financial modelling training in your career portfolio. Whether you have an upcoming financial modelling test for a new job or an APC exam, the Real Estate Analyst course is the choice for you.

Real Estate Analyst (Investment Cash Flow Modelling in Excel)
Delivered in person or Online + more
£1,750

PRP - Collagen Induction Therapy Course (GPT701)

4.6(39)

By Geopace Training

Platelet-rich Plasma (PRP) treatments Nationally Recognised Qualification No previous experience or qualifications needed Open College Network Accreditation Level 4 (as required for minimally invasive procedures) Covers standards set by HEE Employed (salon) or Self-Employed opportunities Basic understanding of English language required OPEN TO ALL APPLICANTS

PRP - Collagen Induction Therapy Course (GPT701)
Delivered in Milton Keynes + 3 more or Online + more
£295

Excel Module 4 Advanced Formulas and Functions

By Underscore Group

Enhance your skills and learn how to use a range of advanced formulas and functions to manage and extract data more efficiently. There are some great ones here that will save a lot of time. Course overview Duration: 1 day (6.5 hours) Our Excel Module 4 – Advanced Formulas and Functions course looks at some of the more advanced functions of Excel that can be used to manipulate and extract data. This is an intensive one-day course and designed for experienced users of Excel. Participants should be confident in creating and using Excel and be able to build simple formula before attending. Objectives By the end of the course you will be able to: Use a range of Text functions to manage text data Create and use different types of date and time functions Work with rounding functions Use logical statements Build nested formula Use SUMIF, COUNTIF and AVERAGEIF Cross reference data from other worksheets using LOOKUP, INDEX and MATCH functions Use IS functions and IFERROR to test cell values Content Working with text Splitting text into multiple cells Merging data into one cell Extracting data using text functions Tidying data Working with dates and times Formatting dates and times Date and time functions Calculating date and time differences Using functions to round numbers up and down ROUND ROUNDUP ROUNDDOWN CEILING FLOOR Use lookup functions Lookup functions Creating a lookup table Range naming Using VLOOKUP Using HLOOKUP Using INDEX and MATCH Working with logical statements Creating an IF statement Using the AND plus OR functions Nesting functions Calculating values based on given criteria SUMIF(S) COUNTIF(S) AVERAGEIF(S) Using IS and IFERROR and test cell values ISBLANK ISNUMBER ISTEXT ISERROR IFERROR

Excel Module 4 Advanced Formulas and Functions
Delivered OnlineFlexible Dates
£270

Oracle SQL Fundamentals, 3 Days

4.6(12)

By PCWorkshops

At this Oracle SQL Fundamentals course, we cover SQL queries, group by's , aggregates, joins, date-functions, String Functions, Random Functions, Math Functions, Insert, update and delete, Creating and changing tables, sub-queries in detail, views, stored procedures, custom functions, and table variables. Course level is beginners to intermediate.

Oracle SQL Fundamentals, 3 Days
Delivered OnlineFlexible Dates
£750

Excel - Mastering Formulas and Functions

By Underscore Group

Ideal for those already using Excel but who really want to get to grips with formulas and functions. Course overview Duration: 1 day (6.5 hours) Our Excel Mastering Formulas and Functions course looks at how to confidently use formulas and functions within Excel. It looks at how to correctly construct formulas and explains how to build common formulas such as working with percentages. It investigates a range of built in Excel functions and shows you how to use the formula auditing tools to help when things go wrong.  This course is aimed at existing users of Excel who want to further their skills. Participants should be able to confidently create and amend worksheets. Objectives By the end of the course you will be able to: Construct Formulas Use a range of common Functions Work with absolute and relative references in formulas Create percentage calculations Use named ranges in formulas Use the XLOOKUP command Create formulas with date and use date functions Use formulas in conditional formatting Use a range of Count functions Use the formula auditing tools Content Formulas vs Functions Constructing formulas Using functions Common Excel functions Using the function wizard vs the formula bar Formulas in tables Absolute vs relative references in formulas Using absolute references in formulas Using partial absolute referencing Range Naming Naming ranges Using range names in formulas Single and multi-cell ranges Working with percentages Creating formulas with percentages Percentage breakdowns Percentage increases Formatting as a percentage Using Lookups Using XLOOKUP to insert information from other spreadsheets Calculating with dates Calculating with dates Using date functions Using formulas in conditional formatting Using conditional formulas Using functions in conditional formatting Count functions COUNT COUNTA COUNTBLANK Formula auditing Using the auditing facility Tracing how formulas are made up Tracing precedents and dependants Evaluating formulas Error checking Showing formulas on a sheet

Excel - Mastering Formulas and Functions
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

C++ programming foundation

5.0(3)

By Systems & Network Training

C++ training course description A hands on introduction to programming in the C++ language. The course concentrates on aspects that will be new to experienced C programmers and so is not suitable for those without C knowledge. What will you learn Write C++ programs Debug C++ programs. Examine existing code and determine its function. Use classes, function overloading, operator overloading, inheritance and virtual functions within C++ programs. C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C programming foundation. Duration 5 days C++ training course contents The origins of C++ C++ as a better C, C++ and Object Oriented Programming, encapsulation, polymorphism, inheritance. C++ standards. Getting started Simple C++ programs. Classes Basics, constructor and destructor functions, member and friend functions. Using objects. Default, copy and conversion constructors. A better C Arrays, pointers and references, new and delete. Improved safety with smart pointers, Resource Acquisition in Initialization (RAII). Functions in C++ Function overloading, default arguments, inline functions, Lambda functions. Templates Template classes and functions. Standard Library Containers, Iterators, algorithms, function objects. Operator overloading Basics, binary operators, the this pointer, relational operators, unary operators. Members versus friends. Inheritance Base class access control, protected members, multiple inheritance, virtual base classes. More I/O Manipulators, customising inserters, extractors. File I/O. Virtual functions Pointers to derived classes, run time polymorphism. Exception handling Throwing errors, trying code and catching errors.

C++ programming foundation
Delivered in Internationally or OnlineFlexible Dates
£3,697

Querying Microsoft SQL Server

5.0(3)

By Systems & Network Training

Querying Microsoft SQL Server course description This course covers the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server and provides the foundation for all SQL Server-related disciplines; namely, database administration, database development and business intelligence. This course helps prepare for exam 70-761. Note: This course is designed for SQL Server 2014or SQL Server 2016. What will you learn Write SELECT statements. Create and implement views and table-valued functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Querying Microsoft SQL Server course details Who will benefit: Database administrators, database developers, and business intelligence professionals. SQL power users, namely, report writers, business analysts and client application developers. Prerequisites: Database fundamentals Duration 5 days Querying Microsoft SQL Server course contents Introduction to Microsoft SQL Server Management studio, creating and organizing T-SQL scripts, using books online. Hands on working with SQL Server tools. T-SQL querying Introducing T-SQL, sets, predicate logic, logical order of operations in SELECT statements, basic SELECT statements, queries that filter data using predicates, queries that sort data using ORDER BY. Hands on introduction to T-SQL querying. Writing SELECT queries Writing simple SELECT statements, eliminating duplicates with DISTINCT, column and table aliases, simple CASE expressions. Hands on writing basic SELECT statements. Querying multiple tables cross joins and self joins, write queries that use Inner joins, write queries that use multiple-table inner joins, write queries that use self-joins, write queries that use outer joins, write queries that use cross joins. Hands on querying multiple tables. Sorting and filtering data Sorting data, filtering data with predicates, filtering data with TOP and OFFSET-FETCH, working with unknown values, WHERE clause, ORDER BY clause, TOP option, OFFSET-FETCH clause. Hands on sorting and filtering data. SQL Server data types Introducing SQL Server data types, Character data, date and time data, queries that return date and time data, write queries that use date and time functions, write queries that return character data, write queries that return character functions. Hands on working with SQL Server data types. DML Adding data to tables, modifying and removing data, generating automatic column values, Inserting records with DML, updating and deleting records using DML. Hands on using DML to modify data. Built-in functions Queries with built-in functions, conversion functions, logical functions, functions with NULL, queries that use conversion functions, queries that use logical functions, queries that test for nullability. Hands on built-in functions Grouping and aggregating data Aggregate functions, the GROUP BY clause, filtering groups with HAVING, queries that use the GROUP BY clause, queries that use aggregate functions, queries that use distinct aggregate functions, queries that filter groups with the HAVING clause. Hands on grouping and aggregating data. Subqueries Self-contained subqueries, correlated subqueries, EXISTS predicate with subqueries, scalar and multi-result subqueries. Hands on subqueries. Table expressions Views, inline table-valued functions, derived tables, common table expressions. queries that use views, write queries that use derived tables, Common Table Expressions (CTEs), write queries that se inline Table valued expressions (TVFs). Hands on table expressions. Set operators The UNION operator, EXCEPT and INTERSECT, APPLY, queries that use UNION set operators and UNION ALL, CROSS APPLY and OUTER APPLY operators. Hands on set operators. Windows ranking, offset, and aggregate functions OVER, window functions, ranking functions, offset functions, window aggregate functions. Hands on; windows ranking, offset, and aggregate functions. Pivoting and grouping sets PIVOT and UNPIVOT, grouping sets, queries that use the PIVOT operator, queries that use the UNPIVOT operator, queries that use the GROUPING SETS CUBE and ROLLUP subclauses. Hands on pivoting and grouping sets Executing stored procedures Querying data with stored procedures, passing parameters to stored procedures, simple stored procedures, dynamic SQL, the EXECUTE statement to invoke stored procedures. Hands on executing stored procedures. Programming with T-SQL T-SQL programming elements, controlling program flow, declaring variables and delimiting batches, control-of-flow elements, variables in a dynamic SQL statement, synonyms. Hands on programming with T-SQL Error handling T-SQL error handling, structured exception handling, redirect errors with TRY/CATCH, THROW to pass an error message back to a client. Hands on implementing error handling. Implementing transactions Transactions and the database engines, controlling transactions, BEGIN, COMMIT, and ROLLBACK, adding error handling to a CATCH block. Hands on implementing transactions.

Querying Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
£2,797

Educators matching "Functions"

Show all 8
defibshop

defibshop

Manchester

Defibshop was born in 2005. At this point people really did not know what a defibrillator was, despite it being common place in countries like America. If it was going to happen here in the UK we’d need to educate people about what an AED was, when they should be used, how important they were in the event of a sudden cardiac arrest, the impact of using one to the casualty and how easy they are to use whether you are trained or not. For many years it has been an uphill struggle to educate people about defibrillators. Common objections include “Is it law to have one?” and “we’ve never needed one so far so why should I buy one?”, but, after years of education in the importance of early CPR and defibrillation in the event of sudden cardiac arrest (SCA), some changes in legislation, high profile incidents and saves by defibs such as Fabrice Muamba in 2012 and Christian Erikson in 2021, as well as the introduction of defibrillator training within workplace first aid courses, these units are now a natural extension of first aid provision. Today we have a highly knowledgeable team working to ensure the correct defibrillator is placed in the correct environment. All defibs deliver a shock of course, but it is important to take the environment into account as models vary and offer different functions. We have also been working with the British Heart Foundation to promote The Circuit, the UK’s national defibrillator network that is linked directly to the 999 ambulance response service and enables the operator to send a caller to the nearest available registered defibrillator, so potentially saving valuable minutes and saving more lives. Please register your unit if you have not done so already. We continue to put pressure on the Government to pass the proposed Automated External Defibrillator Public Access Bill to legislate defibrillators that are accessible to all in public places. Without this, people are going to continue to die from sudden cardiac arrest because there wasn’t a unit close enough to hand. That could happen to any one of us. After you've purchased your life-saving AED, our commitment doesn't end there. As part of our FREE pad and battery reminder service, we will contact you when your consumables are due to expire, so you have plenty of time to replace them and ensure your device is always ready for use.

Wills & Wills Mentoring

wills & wills mentoring

Wilmslow

BOSTON – MENTOR, the unifying champion of the mentoring movement, announces the expansion of its leadership team with the addition of Tim Wills who joins as the organization’s first Chief Impact Officer on March 7. Tim will drive strategy, coordination, integration, and effectiveness of MENTOR’s teams focused in the areas of training and technical assistance; product design, development and ongoing usage; field research and evaluation; strategic partnerships and systems innovation; and Affiliate partnership, support, effectiveness, sustainability, and expansion. MENTOR CEO David Shapiro says, “We are so fortunate Tim is bringing his decades of experience as an advocate for youth, an innovator, a communicator, and local leader in one of the nation’s oldest and most expansive youth development organizations to our team and the mentoring movement. His personal and professional journey, commitment to supporting others’ development, community building talent, and deep commitment to young people will be such key drivers in our expanded and dynamic efforts to ensure all young people have the relationships they need to strive and thrive.” A native of Ferguson, Mo., Tim holds a bachelor’s degree in broadcast journalism from Southern Illinois University Carbondale. As a college student, he developed his passion for youth by covering human interest stories as on-air talent for his college television and radio stations which led to a 17-year career in youth development, including at the Boys & Girls Clubs in Chicago, the District of Columbia, and Harford County, Md. In 2016, because of his extensive experience in organizational transformation and increasing club membership, quality improvement, innovative programming and funding, Tim was named the CEO of Boys & Girls Clubs of South Alabama. In this role over the last six years, Tim led twelve year-round sites, three summer only programs, a 150-acre campground, and POINTE Academy, a school for detained and adjudicated youth. He’s received several honors and awards, including Boys & Girls Clubs Professional of the Year for his leadership, Mobile Bay 40 Under 40, and Benjamin Mays Excellence in Mentoring Award. Tim is an active member of the Lion’s Club and a member of the board of directors for Voices for Alabama’s Children and Linking All So Others Succeed (LASOS) in Maryland. He’s completed executive-level training in leadership, non-profit management, and advanced philanthropy from Harvard Business School, Stanford University, and Boys & Girls Clubs of America. For 12 years, Tim has been a single foster parent and has fostered 20 children. He also has spent significant time teaching in VolunTourism trips to Haiti. “I’m thrilled to join the MENTOR community to continue the work of elevating the voices of young people across our country,” said Tim. “This new role will further deepen our ability to impact systematic change in order to open doors of opportunity and to close the mentoring gap. I am excited to get started working with our team, board, and stakeholders to continue strengthening and expanding the mentoring movement.” The role of Chief Impact Officer provides a critical new link and integration between so many of MENTOR’s core functions, key stakeholders, valued partners, and Affiliate network which provides local delivery, leadership, and innovations in service to the youth mentoring field nationwide. It will drive expanded impact, efficiency, and responsive servant leadership. Currently, MENTOR operates in collaboration with 24 local Affiliates across the country that galvanize their regional or statewide mentoring movements and provide leadership and structure to support quality mentoring through training, advocacy, and public awareness. Operating under the framework of One MENTOR, MENTOR Affiliates share resources and strategies to strengthen the national mentoring movement. Sadiq Ali, Executive Director of MENTOR Maryland | DC and a member of the CIO interview committee added, “I am greatly excited about Tim joining our One MENTOR family in such a critical role and at such a critical time. His perspective, having been on the frontlines of both local and national youth serving work, will be invaluable as he helps lead us into our next chapter as an Affiliate network, champions for young people, systems change advocates, and a sustainable, impactful organization.” ABOUT MENTOR MENTOR is the unifying champion for expanding the quality and quantity of mentoring relationships across the United States. 30 years ago, MENTOR was created to expand opportunities for young people by building a youth mentoring field and movement. The result: a more than 10-fold increase in young people in structured mentoring relationships. Today, MENTOR is the expert voice representing a movement that meets young people everywhere they are – from schools, to workplaces, and beyond. MENTOR operates in collaboration with 24 local Affiliates across the country. For more information, visit mentoring.org.