SlideShare a Scribd company logo
INTERMEDIATE
EXCEL
FLORIDA WELLNESS MEDICAL GROUP
INTERMEDIATE
EXCEL
Settings and
Security
Functions
Data TablesPivot Tables
Pivot Charts
SETTINGS AND
SECURITY
Customization
Hiding Data
Data Protection
CUSTOMIZATION
SET YOUR DEFAULTS.
CUSTOMIZE THE RIBBON
AND QUICK ACCESS TOOLBAR
MANAGE ADD-INS
This Photo by Unknown Author is licensed under CC BY-NC-SA
HIDING DATA
FOR YOUR EYES ONLY.
Photo Created by Kues1 - Freepik.com
HIDING
• To hide rows or columns:
1. Select the rows or columns you wish to hide
2. Use the format option on the ‘Home’ tab OR right-click and select ‘hide’
• To unhide rows or columns:
1. Select the rows (or columns) to either side of the hidden cells.
2. Use the format option on the ‘Home’ tab OR right click and select
‘unhide’
• To hide sheets:
Right-click the sheet tab at the bottom of the window and select ‘hide’
• To unhide sheets:
Right-click a visible sheet tab and choose ‘unhide’
A hidden row and column.
Hiding rows using the context menu.
LOCK AND HIDE CELLS
• A Locked cell protects your work from
accidental changes.
• Select Hidden to hide your formulas
By default, all cells are locked.
DATA PROTECTION
SECURE YOUR WORK
SHEET PROTECTION
• Go to the review tab
• Choose Protect Sheet
• Enter a password to protect the sheet
• Click here for more information.
Worksheet level protection is not
intended as a security feature. It simply
prevents users from modifying locked
cells within the worksheet.
This Photo by Unknown Author is licensed under CC BY-SA
WORKBOOK PROTECTION
•If the Protect Workbook is highlighted then the workbook is
protected.
•If you click on the bottom of a sheet inside your workbook, you
will notice that the options to change the workbook structure
such as insert, delete, rename, move, copy, hide, and unhide
sheets are all unavailable.
ENCRYPT
WITH
PASSWORD
FUNCTIONS
Lookup
Text
Date & Time
Logical
LOOKUP FUNCTIONS
FIND YOUR DATA QUICKLY
LOOKUP
• Use LOOKUP when you need to look
in a single row or column to find a
value from the same position in a
second row or column.
• Important: The values in
lookup_vector must be placed in
ascending order: ..., -2, -1, 0, 1, 2, ...,
A-Z; otherwise, LOOKUP might not
return the correct value. Uppercase
and lowercase text are equivalent.
VLOOKUP
• Lookup value (MUST be in the first
column of the range were you are
looking)
• Table_ Array is the range containing
the lookup value and the result
• Col_index_num is the column
number in the range containing the
return value
• Specify TRUE for approximate match
or FALSE for an exact match
INDEX
• Returns the value in a selected array
(range or table) given the row and
column number indices
• If the range contains only one row or
column, the corresponding Row_num or
Column_num argument is optional.
• If the range has more than one row and
more than one column, and only
Row_num or Column_num is used,
INDEX returns an array of the entire row
or column – Meant for use inside of
another function.
• You can also return a block of data.
MATCH
Match_type Behavior
1 or omitted MATCH finds the largest value that is less than or equal to lookup_value. The values in the lookup_array argument must be
placed in ascending order, for example: ...-2, -1, 0, 1, 2, ..., A-Z.
0 MATCH finds the first value that is exactly equal to lookup_value. The values in the lookup_array argument can be in any order.
-1 MATCH finds the smallest value that is greater than or equal to lookup_value. The values in the lookup_array argument must be
placed in descending order, for example: Z-A, ...2, 1, 0, -1, -2, ..., and so on.
COMBINING
INDEX AND
MATCH
TEXT FUNCTIONS
MANIPULATE AND EDIT WHOLE COLUMNS OF TEXT QUICKLY
CONCAT AND &
A space within the concatenation is designated by typing a space between quotation marks.
LEFT, RIGHT, AND MID FUNCTIONS
Goal Text Function Result
First 3 characters Wonder Woman =LEFT(B2,3) Won
Last 3 characters Wonder Woman =RIGHT(B3,3) man
Middle 5 characters starting at the 4th Wonder Woman =MID(B4,4,5) der W
REPLACE FUNCTION
The Excel REPLACE function always returns a text string, not a number. And because it's a text
value you won't be able to use it in other calculations unless you convert it back to number.
EXACT FUNCTION
DATE AND TIME FUNCTIONS
NO NEED TO LOOK AT A CALENDAR OR CLOCK
CURRENT DATE AND TIME
Input Result
CTRL + ; 2/8/2018
=TODAY() 2/8/2018
=NOW() 2/8/2018 14:41
Notes:
• CTRL + ; will record the current date but the result will not change
• The functions will change upon opening a workbook or whenever the sheet is calculated
CALCULATING THE NUMBER OF DAYS
DAYS Function NETWORKDAYS function
A FORMULA FOR COMPUTING HOURS
LOGICAL FUNCTIONS
“LOGIC IS THE BEGINNING OF WISDOM, NOT THE END OF IT.”– MR. SPOCK
OPERATORS
USED IN LOGICAL
FUNCTIONS
AND, NOT FUNCTIONS
AND Function NOT Function
OR, XOR FUNCTIONS
OR Function XOR Function
THE IF FUNCTION
DATA TABLES
Table Design
Revising
Working with Data
TABLE DESIGN
CREATE A DESIGN THAT SUITS YOUR NEEDS
NAMING TABLES
•Giving a Table (or selected range!) a
meaningful name is useful when
referencing a table in a formula or
operation.
•A name must start with a letter and
cannot contain spaces or special
characters. Underscores are OK.
•You can easily select a whole table by
choosing it’s name from the drop down
menu in the name box.
TABLE DESIGN OPTIONS
THE TOTAL ROW
ADDING A
CALCULATED
COLUMN
REVISING
MAKING IMPROVEMENTS ALONG THE WAY
REMOVING
DUPLICATES
REORDER
COLUMNS BY
DRAGGING
AND
DROPPING
RESIZING AND
ADDING NEW
ROWS OR
COLUMNS
Drag Corner Down
WORKING WITH DATA
INCREASE PRODUCTIVITY WITH TABLES
CONSOLIDATE DATA
GROUPING WORKSHEETS
Grouped Sheets
Active Sheet
COPYING AND
PASTING VISIBLE
CELLS
PIVOT TABLES
Basics
Formatting
Sorting , Filtering, and Grouping
Calculated Values and Fields
BASICS
WHAT IS A PIVOT TABLE ANYWAY?
This Photo by Unknown Author is licensed under CC BY-SA
DATA STRUCTURE
BEST PRACTICES
• Rectangular
• Column Headers represent variables
• Rows represent observations
• No calculated fields
• Best if formatted as a named table
INSERTING A PIVOT TABLE
PIVOT TABLE
FIELDS
PIVOT TABLE TOOLS—ANALYZE TAB
Name your table. Insert Slicers or a
Timeline.
Refresh or change your
data source.
Clear the table contents
or select a table to copy
or move it.
FORMATTING
FORMAT YOUR DATA TO GAIN INSIGHT
FORMATTING
COLUMN NUMBERS
1. Select any cell in the column or the
column header
2. Right-click and choose Number
Format
A CUSTOM
FORMAT TIP
Using Custom Type ;;; hides the
number and leaves dependent
formatting in place.
PIVOT TABLE LAYOUTS
REPLACE
BLANKS
SORTING, FILTERING, AND
GROUPING
ARRANGE YOUR DATA TO SEE PATTERNS
SORTING
CUSTOM LISTS
• Excel differentiates between data
such as text, numbers, and dates. So
Excel will sort by data category.
• If you are having difficulty sorting a
list try turning off Excel’s Custom List
setting.
FILTERING
MULTIPLE
FILTERS
GROUPING DATES
Newer versions of Excel
group dates automatically.
To change date groups:
Select a date and then go to
Analyze > Group Field
GROUPING TEXT
A new field group
appears.
Using the new
field group for
comparisons.
REPORT FILTER PAGES
A new table and
worksheet is
generated for each
item in the filter.
CALCULATED VALUES AND
FIELDS
CHOOSE HOW CALCULATED DATA IS DISPLAYED
AND CREATE NEW COLUMNS WITH FORMULAS
SUMMARIZE VALUES BY
SHOW VALUES AS
CALCULATED FIELDS
CALCULATIONS WITH NON-NUMERIC FIELDS
Add a column of ones to create calculated
fields that use non-numeric data.
PIVOT CHARTS
Creating a Pivot
Chart
Creating a
Dashboard
CREATING A PIVOT CHART
PIVOT CHARTS ARE DYNAMIC!
INSERTING A PIVOT CHART
FIELD BUTTONS
All Field Buttons shown All Field Buttons hidden
CHART PROPERTIES
By default charts are moved and resized with cells. This means that
your chart may change when changes are made to the Pivot Table
or background cells. If you wish to prevent changes to your chart,
double-click its background to open the options menu and select
Move but don’t size with cells
OR
Don’t move or size with cells
CREATING A DASHBOARD
GROUP PIVOT CHARTS TO TELL A STORY
PIVOT TABLE BEST
PRACTICES FOR
DASHBOARDS
Use pivot charts to create a dashboard that tells
a story about your data. Before you insert any
charts, follow these pivot table best practices to
facilitate the process:
• Place all pivot tables to the left of the
spreadsheet.
• Leave plenty of room between tables as they
will change dimension when using slicers and
timelines.
• Give each table a descriptive name.
SLICERS AND TIMELINES
Slicers
In newer versions of Excel
you can insert timelines.
REPORT CONNECTIONS

More Related Content

What's hot

Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
maharzahid0
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
Sudipta Mazumder
 
Microsoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And FilteringMicrosoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And Filtering
Marc Morgenstern
 
Sorting and Filtering.pptx
Sorting and Filtering.pptxSorting and Filtering.pptx
Sorting and Filtering.pptx
DrAbhishekKumarSingh3
 
MS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseMS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training Course
Ranjan Jena
 
22 Excel Basics
22 Excel Basics22 Excel Basics
22 Excel Basics
Buffalo Seminary
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
Alvin Maderista
 
Pivot Tables
Pivot TablesPivot Tables
Pivot Tables
Dr. C.V. Suresh Babu
 
Excel for beginner
Excel for beginnerExcel for beginner
Excel for beginner
Shashank Jain
 
Ms Excel Basic to Advance Tutorial
Ms Excel Basic to Advance TutorialMs Excel Basic to Advance Tutorial
Ms Excel Basic to Advance Tutorial
Bikal Shrestha
 
MS EXCEL
MS EXCELMS EXCEL
MS EXCEL
syed_umar
 
Presentation
PresentationPresentation
Presentation
sindhu1801
 
Excel notes by satish kumar avunoori
Excel notes by satish kumar avunooriExcel notes by satish kumar avunoori
Excel notes by satish kumar avunoori
Satish Kumar
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
jeshin jose
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel Functions
Gautam Gupta
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
Rahul Kataria
 
Using vlookup in excel
Using vlookup in excelUsing vlookup in excel
Using vlookup in excel
megankilb
 
Ms excel
Ms excelMs excel
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
vethics
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
Sha Tibnjn
 

What's hot (20)

Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
Microsoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And FilteringMicrosoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And Filtering
 
Sorting and Filtering.pptx
Sorting and Filtering.pptxSorting and Filtering.pptx
Sorting and Filtering.pptx
 
MS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseMS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training Course
 
22 Excel Basics
22 Excel Basics22 Excel Basics
22 Excel Basics
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
Pivot Tables
Pivot TablesPivot Tables
Pivot Tables
 
Excel for beginner
Excel for beginnerExcel for beginner
Excel for beginner
 
Ms Excel Basic to Advance Tutorial
Ms Excel Basic to Advance TutorialMs Excel Basic to Advance Tutorial
Ms Excel Basic to Advance Tutorial
 
MS EXCEL
MS EXCELMS EXCEL
MS EXCEL
 
Presentation
PresentationPresentation
Presentation
 
Excel notes by satish kumar avunoori
Excel notes by satish kumar avunooriExcel notes by satish kumar avunoori
Excel notes by satish kumar avunoori
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel Functions
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
 
Using vlookup in excel
Using vlookup in excelUsing vlookup in excel
Using vlookup in excel
 
Ms excel
Ms excelMs excel
Ms excel
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
 

Similar to Intermediate Excel

Exel
ExelExel
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptx
Nitish Nagar
 
Excel
ExcelExcel
Excel
Awat Rahim
 
LECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxLECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptx
MwangaPrayGod
 
ExcelTipsAndTricks.pptx
ExcelTipsAndTricks.pptxExcelTipsAndTricks.pptx
ExcelTipsAndTricks.pptx
John Donahue
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
Nitish Nagar
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
Rishabh Bansal
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
PizzaM
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheets
thowell1985
 
NCompass Live: Excel for Librarians
NCompass Live: Excel for LibrariansNCompass Live: Excel for Librarians
NCompass Live: Excel for Librarians
Nebraska Library Commission
 
'Spreadsheet'
'Spreadsheet''Spreadsheet'
'Spreadsheet'
Rashmi Gowda
 
Microsoft Excel Training
Microsoft Excel TrainingMicrosoft Excel Training
Microsoft Excel Training
HudaRaghibKadhim
 
Ms excel.pdf
Ms excel.pdfMs excel.pdf
Ms excel.pdf
Maribeth Manuel
 
Basic excel training
Basic excel trainingBasic excel training
Basic excel training
Ankur Chaturvedi
 
Full project
Full projectFull project
Full project
Rajat Thakral
 
Kofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modellingKofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modelling
Kofi Kyeremateng Nyanteng
 
Kofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modellingKofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modelling
Kofi Kyeremateng Nyanteng
 
22-excel-basics-15511.ppt
22-excel-basics-15511.ppt22-excel-basics-15511.ppt
22-excel-basics-15511.ppt
20ArnavKumar8F
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
anuj
 
Excel finishing
Excel finishingExcel finishing
Excel finishing
Leslie Noggle
 

Similar to Intermediate Excel (20)

Exel
ExelExel
Exel
 
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptx
 
Excel
ExcelExcel
Excel
 
LECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxLECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptx
 
ExcelTipsAndTricks.pptx
ExcelTipsAndTricks.pptxExcelTipsAndTricks.pptx
ExcelTipsAndTricks.pptx
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheets
 
NCompass Live: Excel for Librarians
NCompass Live: Excel for LibrariansNCompass Live: Excel for Librarians
NCompass Live: Excel for Librarians
 
'Spreadsheet'
'Spreadsheet''Spreadsheet'
'Spreadsheet'
 
Microsoft Excel Training
Microsoft Excel TrainingMicrosoft Excel Training
Microsoft Excel Training
 
Ms excel.pdf
Ms excel.pdfMs excel.pdf
Ms excel.pdf
 
Basic excel training
Basic excel trainingBasic excel training
Basic excel training
 
Full project
Full projectFull project
Full project
 
Kofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modellingKofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modelling
 
Kofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modellingKofi Nyanteng Introduction excel modelling
Kofi Nyanteng Introduction excel modelling
 
22-excel-basics-15511.ppt
22-excel-basics-15511.ppt22-excel-basics-15511.ppt
22-excel-basics-15511.ppt
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
 
Excel finishing
Excel finishingExcel finishing
Excel finishing
 

Recently uploaded

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
Claudio Di Ciccio
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 

Recently uploaded (20)

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 

Intermediate Excel