Excel - XLOOKUP (Advanced metrics) Tutorial

In this video, you will learn about the intelligent search feature in Microsoft 365. The video covers the search tools in Microsoft 365, including searching on your computer, using Microsoft Search, finding content and people in SharePoint, searching your emails, and more.
This will help you save time and efficiently find documents, information, and even conversations within the Microsoft 365 suite.
Gain valuable insights into the search capabilities of Microsoft 365 and enhance your productivity.

  • 9:30
  • 2622 views

Objectifs :

This tutorial aims to demonstrate the advanced settings related to the HLOOKUP function in Excel, specifically in the context of managing loan data and administrative expense calculations. It will cover how to apply the HLOOKUP function effectively to retrieve information from a dataset, handle errors, and utilize advanced features such as wildcards and transposing data.


Chapitres :

  1. Introduction to HLOOKUP Function
    In this tutorial, we will explore the advanced settings of the HLOOKUP function within a loan chart. The goal is to apply an administrative expense fee based on varying loan amounts. We will also address how to efficiently retrieve multiple pieces of information related to loans using HLOOKUP.
  2. Setting Up the Administrative Expense Column
    To begin, we will add a new column titled 'Administrative Expense' to our dataset. This column will calculate the administrative fee based on the loan amount. For example, if we take a loan amount of 14,770, we will use the HLOOKUP function to search for this amount in the loan amount list. The function will also allow us to specify a custom message if no match is found, which we will leave blank as it is optional.
  3. Understanding HLOOKUP Parameters
    The HLOOKUP function requires several parameters: - **Lookup Value**: The loan amount we are searching for. - **Lookup Array**: The range where the function will search for the loan amount. - **If Not Found**: A custom message if no match is found (optional). - **Match Mode**: Set to -1 for an exact match or the next smaller item. - **Search Mode**: Not set in this case. After entering the formula, remember to use F4 to lock the values for copying the formula across other cells.
  4. Applying the HLOOKUP Function
    For instance, if we input a loan amount of 13,000, the formula will return a fee of 160, which corresponds to the nearest lower value in the specified range. This method is particularly useful for creating a structured system without relying on traditional conditional functions.
  5. Retrieving Multiple Loan Information
    Next, we will enhance our checking sheet by using HLOOKUP to retrieve four pieces of information (name, amount, length, and monthly payment) from the customer list based on a loan number. First, we will convert our list into a table format and rename it 'Loan'. Then, we will enter the HLOOKUP formula in the first cell of the four information cells, specifying the loan number and the corresponding columns to retrieve data.
  6. Handling Errors and Wildcards
    In case of a mismatch, we can set the function to return a message like 'Unknown loan number'. By using the match mode set to zero, we ensure that only exact matches are considered. If we partially enter a loan number, we can utilize wildcards (e.g., 'F*') to retrieve the first loan that matches the criteria.
  7. Finding Recent Loans
    We will also explore how to find the most recent loans with a specific length (e.g., 24 months) using HLOOKUP. By specifying the length in the function arguments, we can retrieve the loan number corresponding to the most recent entry. The match mode will again be set to zero for exact matches.
  8. Conclusion
    In summary, the HLOOKUP function offers advanced capabilities that enhance data retrieval and management in Excel. By understanding its parameters and utilizing features like wildcards and error handling, users can efficiently work with loan data and streamline their processes compared to traditional methods like VLOOKUP.

FAQ :

What is the HLOOKUP function used for in Excel?

The HLOOKUP function is used to search for a value in the top row of a table and return a value from a specified row in the same column.

How do I apply an administrative expense fee using HLOOKUP?

You can apply an administrative expense fee by using the HLOOKUP function to find the loan amount in a specified range and return the corresponding fee based on the defined parameters.

What does the match mode parameter do in HLOOKUP?

The match mode parameter specifies how the function should match the lookup value. You can set it to find an exact match or the next smaller item.

Can I use wild card characters in HLOOKUP?

Yes, you can use wild card characters in HLOOKUP to allow for flexible matching of text. For example, using an asterisk (*) can match any number of characters.

What is the difference between HLOOKUP and VLOOKUP?

HLOOKUP searches for values in a horizontal array (top row), while VLOOKUP searches in a vertical array (leftmost column).

How can I retrieve multiple pieces of information using HLOOKUP?

You can retrieve multiple pieces of information by using HLOOKUP in combination with the TRANSPOSE function, which allows you to display the results in a different orientation.


Quelques cas d'usages :

Applying Administrative Fees to Loans

In a financial institution, the HLOOKUP function can be used to automatically apply administrative expense fees to various loan amounts based on a predefined fee structure, improving efficiency in loan processing.

Automating Customer Information Retrieval

A loan officer can use HLOOKUP to quickly retrieve customer information such as name, loan amount, length, and monthly payment by entering a loan number, streamlining the customer service process.

Analyzing Loan Data

Data analysts can utilize HLOOKUP to analyze loan data by retrieving the most recent loans of a specific length, allowing for better decision-making and reporting.

Creating Dynamic Reports

Using HLOOKUP in conjunction with other Excel functions, businesses can create dynamic reports that automatically update based on user input, enhancing data visualization and accessibility.

Handling Partial Loan Number Entries

In a customer service setting, representatives can use HLOOKUP with wild card characters to handle partial loan number entries, ensuring they can still retrieve relevant information even if the full number is not provided.


Glossaire :

HLOOKUP

A function in Excel that searches for a value in the top row of a table or range and returns a value in the same column from a specified row.

Administrative Expense Fee

A fee applied to loans that covers administrative costs associated with processing the loan.

Match Mode

An optional parameter in the HLOOKUP function that specifies how Excel should match the lookup value. It can be set to find an exact match or the next smaller item.

Search Mode

An optional parameter in the HLOOKUP function that determines the order in which Excel searches for the lookup value. It can be set to search from the first or last item.

Transpose

A function in Excel that allows users to switch the rows and columns of a range of cells.

Wild Card Character

A special character used in search functions to represent one or more characters, allowing for flexible matching of text.

Return Array

The range of cells from which the HLOOKUP function retrieves the value corresponding to the lookup value.

00:00:03
Welcome. In this tutorial I will try to
00:00:05
show you how to use the advanced settings
00:00:07
related to the HLOOK UP function
00:00:09
in the loan chart that we have here.
00:00:11
As you can see the loan amounts vary.
00:00:15
We want to apply an administrative
00:00:17
expense fee related to the scales of
00:00:20
the small table here on the right.
00:00:22
See that not all amounts on the column
00:00:24
are loans, are found on the index as we are
00:00:27
working with a system of blocks if you will.
00:00:30
So it means that all loans between 0
00:00:33
and 6000 will have the same index
00:00:36
at this theoretically applied,
00:00:38
I will take the €125 fee as an example.
00:00:42
I'm going to set an HLOOKUP formula.
00:00:46
But first, let's add a column to do so,
00:00:49
and let's call it administrative expense.
00:00:54
The element that will define the
00:00:56
amount of the application fees will
00:00:58
be the amount of the loan here.
00:01:03
14,770 or sell the eight.
00:01:06
I will ask my function to search
00:01:08
that amount on the list loan amount.
00:01:13
And I will specify as well the value
00:01:17
and lookup array that I would look to.
00:01:20
The next parameter will be.
00:01:22
The if not found.
00:01:24
That will allow me to personalize
00:01:28
a text if there is a match.
00:01:30
I would leave it blank since it is optional.
00:01:34
You can recognize it because
00:01:35
it is in a square bracket.
00:01:37
On the other hand,
00:01:39
the match mode parameter,
00:01:41
which is also optional,
00:01:43
will be enabled by specifying
00:01:45
the value minus one.
00:01:46
That means exact match or next smaller item
00:01:50
which will let Excel know that if the
00:01:53
precise amount is not found in the list,
00:01:56
then it is the nearest lower
00:01:59
value that should be retrieved.
00:02:01
The last one, search mode,
00:02:03
will not be set at the moment either,
00:02:06
so I close the parenthesis,
00:02:08
validate and we'll be able to
00:02:11
copy my formula.
00:02:12
Remember to use F4 to lock the values.
00:02:19
We will be able to see that indeed,
00:02:22
if I take a random loan,
00:02:24
for instance, 13,000.
00:02:27
That it has applied a €160.00 fee.
00:02:32
We are well in the range
00:02:34
between 11,000 and 20,000.
00:02:38
So there is not really a value of 13 found,
00:02:41
but the nearest lower value was the
00:02:45
one given by the formula and itself.
00:02:48
The option we have just discussed is
00:02:51
very useful to create a sort of slice
00:02:54
system and avoid going through the
00:02:56
classic conditional functions of itself.
00:02:59
Now let's move on to a second
00:03:01
use of the HLOOKUP
00:03:03
I want to be able to use the
00:03:07
checking sheet more efficiently.
00:03:09
One way is by entering a loan number.
00:03:13
And with that automatically
00:03:15
retrieving 4 pieces of information
00:03:18
stored in the customer list.
00:03:21
The name, amount, length and monthly payment.
00:03:25
I will be able through the HLOOKUP
00:03:28
to generate a formula that will feed
00:03:31
the four pieces of information without
00:03:34
making 4 formulas individually.
00:03:37
But first I will have to transform
00:03:39
my list into a table mode.
00:03:41
I will use this opportunity
00:03:44
to rename my table loan.
00:03:46
And then place myself in the first
00:03:49
of the four cells, which is here.
00:03:52
I will enter my HLOOKUP and
00:03:56
then I will say that I need the
00:03:59
value that I will put in C6.
00:04:02
And that the information will be
00:04:05
found on my client list sheet.
00:04:08
On my column Leona number.
00:04:13
With the return array.
00:04:15
I will be able to specify the recovery
00:04:18
of the data found within the name
00:04:21
to the monthly payment columns.
00:04:24
In case of a mismatch,
00:04:26
I can very well inform the system
00:04:29
to provide an answer like unknown
00:04:32
loan number with the match mode.
00:04:38
That way I will avoid having the answer
00:04:41
non applicable if I enter a low number
00:04:44
that does not exist with the match mode.
00:04:47
I will ask for the exact one by using zero.
00:04:51
I will go back to the checking
00:04:54
sheet and automatically get an
00:04:56
unknown loner number answer.
00:04:59
If I enter a loan number found
00:05:01
in the list such as B for 1:50.
00:05:08
I would get all the corresponding items,
00:05:11
but there will be an issue
00:05:13
with the placement.
00:05:14
I will take this opportunity to show
00:05:17
and use a formula called =TRANSPOSE
00:05:20
that allows to transform elements that
00:05:22
are shown in line in the form of column.
00:05:30
So this will work as a matrix formula
00:05:33
that allows me with a single formula
00:05:35
to retrieve more information.
00:05:37
Let's say that in case.
00:05:39
I partially enter a loan number.
00:05:42
For instance F1.
00:05:43
Inevitably we will get the same message,
00:05:46
unknown loan number.
00:05:50
There is an additional parameter to set
00:05:52
In the HLOOKUP function
00:05:54
add the match mode.
00:05:56
As you can see you can activate different
00:05:59
options to get different results.
00:06:02
For example, if I put an F and a star,
00:06:04
the system will recover the first
00:06:06
loan responding to my entry.
00:06:08
So the F and star could be the first
00:06:11
credit number with F so either 157 or 196.
00:06:15
How do I get there?
00:06:17
I would inform
00:06:20
#2 Wild Card character match.
00:06:23
So let's try it and we go here, Simon,
00:06:28
there we go,
00:06:30
F 157 Simon.D. So this is another
00:06:34
interesting feature with the
00:06:36
HLOOKUP they use of the generic option.
00:06:39
Now let's move on to another example of
00:06:42
the advanced options found in the
00:06:45
HLOOKUP function in my client list sheet.
00:06:48
The list of low numbers is
00:06:51
arranged chronologically from
00:06:53
the oldest to the most recent.
00:06:55
The loans with its varied amounts have
00:06:59
been set with 24, 26 or 48 months.
00:07:05
I want in my consultation sheet
00:07:07
to retrieve the number of the
00:07:09
most recent loans among all the
00:07:12
loans within the 24 month length.
00:07:14
I will use the same formula.
00:07:16
So let's go to checkins and let's go here.
00:07:19
However, I will go through the dialog box.
00:07:23
So I go here.
00:07:25
The function arguments and I will be
00:07:27
able to specify that from the length,
00:07:30
Excel will have to search in all the
00:07:32
length in column E and send me the
00:07:35
number of the loan which is in column A.
00:07:40
The if not found is not mandatory.
00:07:43
If I leave it blank then
00:07:45
the error value will be Na.
00:07:47
In terms of match mode.
00:07:49
I will ask him to find me
00:07:50
the exact one with zero.
00:07:52
However, on the match mode if you
00:07:55
can see I do not have the choices
00:07:58
available as we do with the formula bar.
00:08:01
So I will advise you to go through
00:08:03
the help on this function so
00:08:05
you can have the explanation.
00:08:07
I will use minus one.
00:08:10
Why if we click here?
00:08:13
The system tells me that I
00:08:14
will have an exact match.
00:08:15
I will have an exact match.
00:08:17
If none found,
00:08:18
return the next smaller item,
00:08:20
the one that we used before,
00:08:22
and remember that the two is the
00:08:24
one that we used as a wildcard
00:08:26
for generic purposes.
00:08:30
We haven't set the return array
00:08:32
and that is because I made a silly
00:08:35
mistake and I'm sorry I just go here.
00:08:39
I go here and the lookup value is
00:08:43
actually the one that stays 24,
00:08:46
so that will be B18.
00:08:51
There we go. So the answer is
00:08:57
B590. So if I recap that, the low
00:09:01
number I get for a 24 month loan,
00:09:04
or the most recent one for
00:09:06
that matter, is indeed be 590.
00:09:14
There we go. 24 so the HLOOKUP
00:09:19
function is therefore a real advance
00:09:21
in terms of functionality compared
00:09:24
to the VLOOKUP we used before.

No elements match your search in this video....
Do another search or back to content !

 

00:00:03
Bem-vindo. Neste tutorial vou tentar
00:00:05
mostrar-lhe como utilizar as definições avançadas
00:00:07
relacionada com a função HLOOK UP
00:00:09
no gráfico de empréstimos que temos aqui.
00:00:11
Como você pode ver, os valores do empréstimo variam.
00:00:15
Queremos aplicar um
00:00:17
taxa de despesa relacionada com as tabelas de
00:00:20
a pequena mesa aqui à direita.
00:00:22
Veja que nem todos os valores na coluna
00:00:24
são empréstimos, encontram-se no índice como estamos
00:00:27
trabalhando com um sistema de blocos, se quiser.
00:00:30
Assim, significa que todos os empréstimos entre 0
00:00:33
e 6000 terão o mesmo índice
00:00:36
neste teoricamente aplicado,
00:00:38
Vou tomar como exemplo a taxa de 125 euros.
00:00:42
Vou definir uma fórmula PROCH.
00:00:46
Mas primeiro, vamos adicionar uma coluna para fazer isso,
00:00:49
e chamemos-lhe despesa administrativa.
00:00:54
O elemento que definirá o
00:00:56
o montante das taxas de candidatura
00:00:58
seja o valor do empréstimo aqui.
00:01:03
14.770 ou vender os oito.
00:01:06
Vou pedir a minha função para pesquisar
00:01:08
esse montante na lista do montante do empréstimo.
00:01:13
E vou especificar também o valor
00:01:17
e matriz de pesquisa que eu procuraria.
00:01:20
O próximo parâmetro será.
00:01:22
O se não encontrado.
00:01:24
Isso permitir-me-á personalizar
00:01:28
um texto se houver uma correspondência.
00:01:30
Gostaria de deixá-lo em branco, uma vez que é opcional.
00:01:34
Você pode reconhecê-lo porque
00:01:35
está entre parênteses retos.
00:01:37
Por outro lado
00:01:39
o parâmetro match mode,
00:01:41
que também é opcional,
00:01:43
será ativado especificando
00:01:45
o valor menos um.
00:01:46
Isso significa correspondência exata ou próximo item menor
00:01:50
que permitirá que o Excel saiba que se o
00:01:53
quantidade exata não é encontrada na lista,
00:01:56
então é o mais próximo inferior
00:01:59
valor que deve ser recuperado.
00:02:01
O último, modo de pesquisa,
00:02:03
também não será definido de momento,
00:02:06
por isso fecho o parêntese,
00:02:08
validar e seremos capazes de
00:02:11
copiar a minha fórmula.
00:02:12
Lembre-se de usar F4 para bloquear os valores.
00:02:19
Poderemos ver que, de facto,
00:02:22
se eu tomar um empréstimo aleatório,
00:02:24
por exemplo, 13.000.
00:02:27
Que aplicou uma taxa de €160,00.
00:02:32
Estamos bem na gama
00:02:34
entre 11.000 e 20.000.
00:02:38
Portanto, não há realmente um valor de 13 encontrado,
00:02:41
mas o valor mais próximo mais baixo foi o
00:02:45
um dado pela fórmula e por si mesmo.
00:02:48
A opção que acabámos de discutir é
00:02:51
muito útil para criar uma espécie de fatia
00:02:54
e evite passar pelo
00:02:56
funções condicionais clássicas de si mesmo.
00:02:59
Agora vamos passar para um segundo
00:03:01
utilização do PROCV
00:03:03
Quero poder utilizar a seringa
00:03:07
verificando a folha de forma mais eficiente.
00:03:09
Uma maneira é inserindo um número de empréstimo.
00:03:13
E com isso automaticamente
00:03:15
Recuperando 4 informações
00:03:18
armazenados na lista de clientes.
00:03:21
O nome, montante, duração e pagamento mensal.
00:03:25
Poderei através do PROCH
00:03:28
para gerar uma fórmula que alimentará
00:03:31
as quatro informações sem
00:03:34
fazendo 4 fórmulas individualmente.
00:03:37
Mas primeiro terei que me transformar
00:03:39
minha lista em um modo de tabela.
00:03:41
Vou aproveitar esta oportunidade
00:03:44
para renomear meu empréstimo de mesa.
00:03:46
E depois colocar-me no primeiro
00:03:49
das quatro células, que está aqui.
00:03:52
Vou introduzir o meu PROCH e
00:03:56
então eu vou dizer que eu preciso do
00:03:59
valor que vou colocar em C6.
00:04:02
E que a informação será
00:04:05
encontrado na minha folha de lista de clientes.
00:04:08
Na minha coluna número Leona.
00:04:13
Com a matriz de retorno.
00:04:15
Poderei especificar a recuperação
00:04:18
dos dados encontrados no nome
00:04:21
para as colunas de pagamento mensal.
00:04:24
Em caso de incompatibilidade,
00:04:26
Posso muito bem informar o sistema
00:04:29
para fornecer uma resposta como desconhecida
00:04:32
número de empréstimo com o modo de correspondência.
00:04:38
Dessa forma, evitarei ter a resposta
00:04:41
não aplicável se introduzir um número baixo
00:04:44
Isso não existe com o modo de correspondência.
00:04:47
Vou pedir o exato usando zero.
00:04:51
Voltarei à verificação
00:04:54
e obtenha automaticamente um
00:04:56
Resposta de número solitário desconhecido.
00:04:59
Se eu inserir um número de empréstimo encontrado
00:05:01
na lista, como B para 1:50.
00:05:08
Eu receberia todos os itens correspondentes,
00:05:11
mas haverá um problema
00:05:13
com a colocação.
00:05:14
Vou aproveitar esta oportunidade para mostrar
00:05:17
e use uma fórmula chamada =TRANSPOSE
00:05:20
que permite transformar elementos que
00:05:22
são mostrados em linha na forma de coluna.
00:05:30
Portanto, isso funcionará como uma fórmula matricial
00:05:33
que me permite com uma única fórmula
00:05:35
para recuperar mais informações.
00:05:37
Digamos que no caso.
00:05:39
Insiro parcialmente um número de empréstimo.
00:05:42
Por exemplo, F1.
00:05:43
Inevitavelmente teremos a mesma mensagem,
00:05:46
número de empréstimo desconhecido.
00:05:50
Há um parâmetro adicional a definir
00:05:52
Na função PROCH
00:05:54
Adicione o modo de correspondência.
00:05:56
Como você pode ver, você pode ativar diferentes
00:05:59
opções para obter resultados diferentes.
00:06:02
Por exemplo, se eu colocar um F e uma estrela,
00:06:04
o sistema recuperará o primeiro
00:06:06
empréstimo respondendo à minha entrada.
00:06:08
Assim, o F e a estrela poderiam ser os primeiros
00:06:11
número de crédito com F assim 157 ou 196.
00:06:15
Como chego lá?
00:06:17
Gostaria de informar
00:06:20
#2 Correspondência de personagens Wild Card.
00:06:23
Então vamos tentar e vamos aqui, Simon,
00:06:28
Pronto
00:06:30
F 157 Simão.D. Portanto, este é outro
00:06:34
característica interessante com o
00:06:36
PROCH eles usam a opção genérica.
00:06:39
Agora vamos passar para outro exemplo de
00:06:42
as opções avançadas encontradas na
00:06:45
Função PROCH na minha folha de lista de clientes.
00:06:48
A lista de números baixos é
00:06:51
organizados cronologicamente a partir de
00:06:53
do mais antigo ao mais recente.
00:06:55
Os empréstimos com os seus montantes variados têm
00:06:59
com 24, 26 ou 48 meses.
00:07:05
Quero na minha folha de consulta
00:07:07
para recuperar o número da seringa
00:07:09
empréstimos mais recentes entre todos os
00:07:12
empréstimos no prazo de 24 meses.
00:07:14
Vou usar a mesma fórmula.
00:07:16
Então vamos aos checkins e vamos aqui.
00:07:19
No entanto, vou passar pela caixa de diálogo.
00:07:23
Então eu vou aqui.
00:07:25
Os argumentos da função e eu serei
00:07:27
capaz de especificar isso a partir do comprimento,
00:07:30
O Excel terá que pesquisar em todos os
00:07:32
comprimento na coluna E e envie-me o
00:07:35
número do empréstimo que figura na coluna A.
00:07:40
O caso não for encontrado não é obrigatório.
00:07:43
Se eu deixar em branco, então
00:07:45
o valor do erro será Na.
00:07:47
Em termos de modo de jogo.
00:07:49
Vou pedir-lhe que me encontre
00:07:50
o exato com zero.
00:07:52
No entanto, no modo de correspondência, se você
00:07:55
pode ver que eu não tenho as escolhas
00:07:58
disponível como fazemos com a barra de fórmulas.
00:08:01
Então eu vou aconselhá-lo a passar
00:08:03
a ajuda nesta função assim
00:08:05
você pode ter a explicação.
00:08:07
Vou usar menos um.
00:08:10
Porquê clicar aqui?
00:08:13
O sistema diz-me que eu
00:08:14
terá uma correspondência exata.
00:08:15
Vou ter uma correspondência exata.
00:08:17
Se nenhum for encontrado,
00:08:18
devolver o próximo item menor,
00:08:20
o que usamos antes,
00:08:22
e lembre-se que os dois são os
00:08:24
um que usamos como curinga
00:08:26
para fins genéricos.
00:08:30
Não definimos a matriz de retorno
00:08:32
e isso é porque eu fiz uma bobagem
00:08:35
erro e me desculpe eu só vou aqui.
00:08:39
Eu vou aqui e o valor de pesquisa é
00:08:43
na verdade, aquele que fica com 24 anos,
00:08:46
então será B18.
00:08:51
Pronto. Portanto, a resposta é
00:08:57
B590. Então, se eu recapitular isso, o baixo
00:09:01
número que recebo por um empréstimo de 24 meses,
00:09:04
ou o mais recente para
00:09:06
essa matéria, é realmente ser 590.
00:09:14
Pronto. 24 então o PROCH
00:09:19
a função é, portanto, um verdadeiro avanço
00:09:21
em termos de funcionalidade comparada
00:09:24
ao PROCV que utilizámos anteriormente.

No elements match your search in this video....
Do another search or back to content !

 

00:00:03
Benvenuto In questo tutorial cercherò di
00:00:05
mostrarti come usare le impostazioni avanzate
00:00:07
relative alla funzione HLOOK UP
00:00:09
nella tabella dei prestiti che abbiamo qui.
00:00:11
Come puoi vedere, gli importi del prestito variano.
00:00:15
Vogliamo applicare una procedura amministrativa
00:00:17
commissione di spesa relativa alle scale di
00:00:20
il tavolino qui a destra.
00:00:22
Vedi che non tutti gli importi sono nella colonna
00:00:24
sono prestiti, si trovano nell'indice così come siamo
00:00:27
lavorando con un sistema a blocchi, se vuoi.
00:00:30
Quindi significa che tutti i prestiti sono compresi tra 0
00:00:33
e 6000 avranno lo stesso indice
00:00:36
a questo teoricamente applicato,
00:00:38
Prenderò come esempio la commissione di 125€.
00:00:42
Ho intenzione di impostare una formula HLOOKUP.
00:00:46
Ma prima, aggiungiamo una colonna per farlo,
00:00:49
e chiamiamola spesa amministrativa.
00:00:54
L'elemento che definirà il
00:00:56
l'importo delle tasse di iscrizione sarà
00:00:58
sarà l'importo del prestito qui.
00:01:03
14.770 o vendi gli otto.
00:01:06
Chiederò alla mia funzione di effettuare una ricerca
00:01:08
tale importo nell'elenco dell'importo del prestito.
00:01:13
E specificherò anche il valore
00:01:17
e l'array di ricerca che cercherei.
00:01:20
Il prossimo parametro sarà.
00:01:22
L'se non è stato trovato.
00:01:24
Questo mi permetterà di personalizzare
00:01:28
un messaggio se c'è una corrispondenza.
00:01:30
Lo lascerei vuoto poiché è opzionale.
00:01:34
Puoi riconoscerlo perché
00:01:35
è racchiuso tra parentesi quadre.
00:01:37
D'altra parte,
00:01:39
il parametro della modalità match,
00:01:41
anch'esso opzionale,
00:01:43
sarà abilitato specificando
00:01:45
il valore meno uno.
00:01:46
Ciò significa la corrispondenza esatta o il successivo elemento più piccolo
00:01:50
il che consentirà a Excel di sapere che se
00:01:53
l'importo preciso non è presente nell'elenco,
00:01:56
allora è il più vicino
00:01:59
valore che deve essere recuperato.
00:02:01
L'ultima, modalità di ricerca,
00:02:03
non sarà nemmeno impostato al momento,
00:02:06
quindi chiudo la parentesi,
00:02:08
convalidare e saremo in grado di
00:02:11
copia la mia formula.
00:02:12
Ricordati di usare F4 per bloccare i valori.
00:02:19
Saremo in grado di vederlo davvero,
00:02:22
se prendo un prestito a caso,
00:02:24
per esempio, 13.000.
00:02:27
Che ha applicato una commissione di 160,00€.
00:02:32
Siamo ben nella gamma
00:02:34
tra 11.000 e 20.000.
00:02:38
Quindi non è stato trovato davvero un valore di 13,
00:02:41
ma il valore più basso più vicino era il
00:02:45
uno dato dalla formula e da se stesso.
00:02:48
L'opzione che abbiamo appena discusso è
00:02:51
molto utile per creare una sorta di slice
00:02:54
sistema ed evitare di passare attraverso il
00:02:56
funzioni condizionali classiche di per sé.
00:02:59
Passiamo ora a un secondo
00:03:01
uso di HLOOKUP
00:03:03
Voglio essere in grado di usare il
00:03:07
foglio di controllo in modo più efficiente.
00:03:09
Un modo è inserire un numero di prestito.
00:03:13
E con quello automaticamente
00:03:15
recupero di 4 informazioni
00:03:18
memorizzati nell'elenco dei clienti.
00:03:21
Il nome, l'importo, la durata e il pagamento mensile.
00:03:25
Sarò in grado tramite HLOOKUP
00:03:28
per generare una formula che alimenterà
00:03:31
le quattro informazioni senza
00:03:34
fare 4 formule singolarmente.
00:03:37
Ma prima dovrò trasformarmi
00:03:39
la mia lista in modalità tabella.
00:03:41
Sfrutterò questa opportunità
00:03:44
per rinominare il mio prestito da tavola.
00:03:46
E poi metto me stesso tra i primi
00:03:49
delle quattro celle, che è qui.
00:03:52
Inserirò il mio HLOOKUP e
00:03:56
allora dirò che ho bisogno del
00:03:59
valore che inserirò in C6.
00:04:02
E che l'informazione sarà
00:04:05
trovato nella lista dei miei clienti.
00:04:08
Nella mia rubrica il numero di Leona.
00:04:13
Con l'array di ritorno.
00:04:15
Sarò in grado di specificare il recupero
00:04:18
dei dati contenuti nel nome
00:04:21
nelle colonne relative ai pagamenti mensili.
00:04:24
In caso di mancata corrispondenza,
00:04:26
Posso benissimo informare il sistema
00:04:29
per fornire una risposta come sconosciuta
00:04:32
numero di prestito con la modalità match.
00:04:38
In questo modo eviterò di avere la risposta
00:04:41
non applicabile se inserisco un numero basso
00:04:44
che non esiste nella modalità partita.
00:04:47
Chiederò quello esatto usando zero.
00:04:51
Tornerò al controllo
00:04:54
foglio e otterrai automaticamente un
00:04:56
risposta con numero solitario sconosciuto.
00:04:59
Se inserisco un numero di prestito trovato
00:05:01
nell'elenco, ad esempio B per 1:50.
00:05:08
Otterrei tutti gli articoli corrispondenti,
00:05:11
ma ci sarà un problema
00:05:13
con il posizionamento.
00:05:14
Colgerò l'occasione per mostrare
00:05:17
e usa una formula chiamata =TRANSPOSE
00:05:20
che permette di trasformare elementi che
00:05:22
sono mostrati in riga sotto forma di colonna.
00:05:30
Quindi funzionerà come una formula matriciale
00:05:33
questo mi permette di utilizzare una sola formula
00:05:35
per recuperare ulteriori informazioni.
00:05:37
Diciamo così per ogni evenienza.
00:05:39
Inserisco parzialmente un numero di prestito.
00:05:42
Ad esempio F1.
00:05:43
Inevitabilmente riceveremo lo stesso messaggio,
00:05:46
numero di prestito sconosciuto.
00:05:50
C'è un parametro aggiuntivo da impostare
00:05:52
Nella funzione HLOOKUP
00:05:54
aggiungi la modalità partita.
00:05:56
Come puoi vedere puoi attivarne diversi
00:05:59
opzioni per ottenere risultati diversi.
00:06:02
Ad esempio, se metto una F e una stella,
00:06:04
il sistema ripristinerà il primo
00:06:06
prestito corrispondente al mio ingresso.
00:06:08
Quindi la F e la stella potrebbero essere le prime
00:06:11
numero di credito con F, quindi 157 o 196.
00:06:15
Come posso arrivarci?
00:06:17
Vorrei informare
00:06:20
#2 Abbinamento tra personaggi Wild Card.
00:06:23
Quindi proviamo e andiamo qui, Simon,
00:06:28
eccoci,
00:06:30
F 157 Simon.D. Quindi questo è un altro
00:06:34
caratteristica interessante con
00:06:36
HLOOKUP utilizzano l'opzione generica.
00:06:39
Passiamo ora a un altro esempio di
00:06:42
le opzioni avanzate presenti in
00:06:45
funzione HLOOKUP nella lista dei miei clienti.
00:06:48
L'elenco dei numeri bassi è
00:06:51
organizzato cronologicamente da
00:06:53
dal più vecchio al più recente.
00:06:55
I prestiti, con i suoi importi variabili, hanno
00:06:59
è stato fissato in 24, 26 o 48 mesi.
00:07:05
Voglio nella mia scheda di consultazione
00:07:07
per recuperare il numero del
00:07:09
prestiti più recenti tra tutti i
00:07:12
prestiti entro la durata di 24 mesi.
00:07:14
Userò la stessa formula.
00:07:16
Quindi andiamo ai check-in e andiamo qui.
00:07:19
Tuttavia, esaminerò la finestra di dialogo.
00:07:23
Quindi vado qui.
00:07:25
Gli argomenti della funzione e io saremo
00:07:27
in grado di specificarlo in base alla lunghezza,
00:07:30
Excel dovrà cercare in tutti i
00:07:32
lunghezza nella colonna E e inviami il
00:07:35
numero del prestito riportato nella colonna A.
00:07:40
Il se non trovato non è obbligatorio.
00:07:43
Se lo lascio vuoto allora
00:07:45
il valore di errore sarà Na.
00:07:47
In termini di modalità partita.
00:07:49
Gli chiederò di trovarmi
00:07:50
quello esatto con zero.
00:07:52
Tuttavia, in modalità partita se
00:07:55
vedo che non ho scelte
00:07:58
disponibile come facciamo con la barra delle formule.
00:08:01
Quindi ti consiglierò di passare
00:08:03
l'aiuto su questa funzione così
00:08:05
puoi avere la spiegazione.
00:08:07
Userò meno uno.
00:08:10
Perché se clicchiamo qui?
00:08:13
Il sistema mi dice che io
00:08:14
avrà una corrispondenza esatta.
00:08:15
Avrò una corrispondenza esatta.
00:08:17
Se non ne viene trovato nessuno,
00:08:18
restituisci il successivo articolo più piccolo,
00:08:20
quello che abbiamo usato prima,
00:08:22
e ricorda che il due è il
00:08:24
uno che abbiamo usato come jolly
00:08:26
per scopi generici.
00:08:30
Non abbiamo impostato l'array di ritorno
00:08:32
e questo perché ho fatto una stupidaggine
00:08:35
sbaglio e mi dispiace di andare qui.
00:08:39
Vado qui e il valore di ricerca è
00:08:43
in realtà quello che rimane 24,
00:08:46
quindi sarà B18.
00:08:51
Ci siamo. Quindi la risposta è
00:08:57
B590. Quindi, se ricapitolo, il minimo
00:09:01
numero che ottengo per un prestito di 24 mesi,
00:09:04
o quello più recente per
00:09:06
quella questione, è infatti essere 590.
00:09:14
Ci siamo. 24 quindi HLOOKUP
00:09:19
la funzione è quindi un vero progresso
00:09:21
in termini di funzionalità confrontati
00:09:24
al VLOOKUP che abbiamo usato prima.

No elements match your search in this video....
Do another search or back to content !

 

00:00:03
Добро пожаловать. В этом уроке я постараюсь
00:00:05
покажу вам, как использовать расширенные настройки
00:00:07
связанные с функцией HLOOK UP
00:00:09
в таблице займов, которая у нас есть здесь.
00:00:11
Как вы можете видеть, суммы кредита различаются.
00:00:15
Мы хотим подать административную жалобу
00:00:17
плата за расходы, связанные со шкалами
00:00:20
маленький столик здесь справа.
00:00:22
Обратите внимание, что не все суммы в столбце
00:00:24
являются займами, фигурируют в индексе так же, как и мы
00:00:27
работаю с системой блоков, если хотите.
00:00:30
Таким образом, это означает, что все кредиты от 0
00:00:33
и 6000 будут иметь одинаковый индекс
00:00:36
при этом теоретически применимо,
00:00:38
В качестве примера я возьму комиссию в размере 125 евро.
00:00:42
Я собираюсь установить формулу HLOOKUP.
00:00:46
Но сначала давайте добавим столбец для этого,
00:00:49
и назовем это административными расходами.
00:00:54
Элемент, который будет определять
00:00:56
сумма регистрационных сборов составит
00:00:58
здесь будет сумма кредита.
00:01:03
14 770 или продайте восьмерку.
00:01:06
Я попрошу свою функцию выполнить поиск
00:01:08
эта сумма в списке — сумма займа.
00:01:13
И я также укажу стоимость
00:01:17
и массив поиска, на который я бы обратил внимание.
00:01:20
Следующим параметром будет.
00:01:22
Если не найден.
00:01:24
Это позволит мне персонализировать
00:01:28
текст, если есть совпадение.
00:01:30
Я бы оставил это поле пустым, так как это необязательно.
00:01:34
Вы можете распознать это, потому что
00:01:35
оно указано в квадратной скобке.
00:01:37
С другой стороны,
00:01:39
параметр режима матча,
00:01:41
что также необязательно,
00:01:43
будет активировано, указав
00:01:45
значение минус один.
00:01:46
Это означает точное совпадение или следующее меньшее по размеру изделие
00:01:50
что позволит Excel узнать, что если
00:01:53
точная сумма не найдена в списке,
00:01:56
то это ближайшая меньшая сумма
00:01:59
значение, которое необходимо получить.
00:02:01
Последнее, режим поиска,
00:02:03
на данный момент тоже не будет установлен,
00:02:06
поэтому я закрываю скобку,
00:02:08
подтвердите, и мы сможем
00:02:11
скопируйте мою формулу.
00:02:12
Не забудьте использовать клавишу F4 для блокировки значений.
00:02:19
Мы действительно сможем убедиться в этом,
00:02:22
если я возьму случайный кредит,
00:02:24
например, 13 000.
00:02:27
Что оно применило комиссию в размере 160 евро.
00:02:32
У нас все хорошо в ассортименте
00:02:34
от 11 000 до 20 000.
00:02:38
Таким образом, значение 13 на самом деле не найдено,
00:02:41
но ближайшим меньшим значением было
00:02:45
значение, заданное формулой и самой формулой.
00:02:48
Вариант, который мы только что обсудили,
00:02:51
очень полезно создать своего рода срез
00:02:54
система и избегайте пересматривать
00:02:56
классические условные функции сами по себе.
00:02:59
Теперь давайте перейдем к секунде
00:03:01
использование HLOOKUP
00:03:03
Я хочу иметь возможность использовать
00:03:07
проверочный лист более эффективно.
00:03:09
Один из способов — ввести номер кредита.
00:03:13
И при этом автоматически
00:03:15
получение 4 фрагментов информации
00:03:18
хранится в списке клиентов.
00:03:21
Название, сумма, продолжительность и ежемесячный платеж.
00:03:25
Я смогу через HLOOKUP
00:03:28
создать формулу, которая будет питать
00:03:31
четыре фрагмента информации без
00:03:34
составление 4 формул по отдельности.
00:03:37
Но сначала мне придется трансформироваться
00:03:39
мой список в табличный режим.
00:03:41
Я воспользуюсь этой возможностью
00:03:44
чтобы переименовать мой стол в кредит.
00:03:46
А затем поставьте себя на первое место
00:03:49
из четырех камер, которые находятся здесь.
00:03:52
Я войду в свой HLOOKUP и
00:03:56
тогда я скажу, что мне нужен
00:03:59
значение, которое я введу в C6.
00:04:02
И что информация будет
00:04:05
найдена в моем списке клиентов.
00:04:08
В моей колонке номер Леоны.
00:04:13
С массивом возвращаемых значений.
00:04:15
Я смогу указать восстановление
00:04:18
данных, найденных в имени
00:04:21
к столбцам ежемесячных платежей.
00:04:24
В случае несоответствия
00:04:26
Я очень хорошо могу сообщить системе
00:04:29
дать ответ типа «неизвестный»
00:04:32
номер кредита в режиме сопоставления.
00:04:38
Таким образом, я не получу ответа
00:04:41
не применимо, если я введу небольшое число
00:04:44
этого нет в режиме матча.
00:04:47
Я попрошу указать точное значение, используя ноль.
00:04:51
Вернусь к проверке
00:04:54
лист и автоматически получите
00:04:56
ответ на неизвестный одиночный номер.
00:04:59
Если я введу найденный номер займа
00:05:01
в списке, например B за 1:50.
00:05:08
Я бы получил все соответствующие предметы,
00:05:11
но возникнет проблема
00:05:13
с размещением.
00:05:14
Я воспользуюсь этой возможностью, чтобы показать
00:05:17
и используйте формулу под названием =TRANSPOSE
00:05:20
которая позволяет преобразовывать элементы, которые
00:05:22
отображаются в строке в виде столбца.
00:05:30
Таким образом, это будет работать как матричная формула
00:05:33
это позволяет мне использовать одну формулу
00:05:35
чтобы получить больше информации.
00:05:37
Скажем так на всякий случай.
00:05:39
Я частично введу номер займа.
00:05:42
Например, F1.
00:05:43
Неизбежно мы получим одно и то же сообщение,
00:05:46
неизвестный номер кредита.
00:05:50
Необходимо установить дополнительный параметр
00:05:52
В функции HLOOKUP
00:05:54
добавьте режим матча.
00:05:56
Как видите, вы можете активировать разные
00:05:59
варианты получения разных результатов.
00:06:02
Например, если я поставлю букву F и звезду,
00:06:04
система восстановится первой
00:06:06
кредит в ответ на мою запись.
00:06:08
Таким образом, буквы F и звезда могут стать первыми
00:06:11
кредитный номер с буквой F, то есть 157 или 196.
00:06:15
Как мне туда добраться?
00:06:17
Я бы сообщил
00:06:20
#2 Матч персонажей Wild Card.
00:06:23
Итак, давайте попробуем и отправимся сюда, Саймон,
00:06:28
вот и все,
00:06:30
F 157 Симон Д. Итак, это еще один
00:06:34
интересная особенность с
00:06:36
HLOOKUP они используют универсальную опцию.
00:06:39
Теперь давайте перейдем к другому примеру
00:06:42
расширенные опции, найденные в
00:06:45
функция HLOOKUP в моем списке клиентов.
00:06:48
Список низких чисел
00:06:51
упорядочен в хронологическом порядке от
00:06:53
от самых старых до самых последних.
00:06:55
Кредиты на разные суммы
00:06:59
был установлен на 24, 26 или 48 месяцев.
00:07:05
Я хочу в своем консультационном листе
00:07:07
чтобы получить номер
00:07:09
самые последние займы среди всех
00:07:12
займы сроком до 24 месяцев.
00:07:14
Я буду использовать ту же формулу.
00:07:16
Итак, давайте перейдем к регистрациям и пойдем сюда.
00:07:19
Однако я пройду через диалоговое окно.
00:07:23
Итак, я иду сюда.
00:07:25
Аргументы функции и я буду
00:07:27
могу указать, что по длине
00:07:30
Excel придется искать во всех
00:07:32
длину в столбце E и отправьте мне
00:07:35
номер кредита, указанный в столбце A.
00:07:40
Если ответ не найден, не является обязательным.
00:07:43
Если я оставлю это поле пустым, тогда
00:07:45
значение ошибки будет равно Na.
00:07:47
С точки зрения режима матча.
00:07:49
Я попрошу его найти меня
00:07:50
именно тот, у которого ноль.
00:07:52
Однако в режиме матча, если вы
00:07:55
Вижу, у меня нет выбора
00:07:58
доступно, как и в строке формул.
00:08:01
Поэтому я советую вам пройти
00:08:03
помощь по этой функции так
00:08:05
вы можете получить объяснение.
00:08:07
Я буду использовать минус один.
00:08:10
Почему, если мы нажмем сюда?
00:08:13
Система говорит мне, что я
00:08:14
будет точное совпадение.
00:08:15
У меня будет точное совпадение.
00:08:17
Если ничего не найдено,
00:08:18
верните следующий предмет меньшего размера,
00:08:20
тот, которым мы пользовались раньше,
00:08:22
и помните, что это два
00:08:24
тот, который мы использовали в качестве подстановочного знака
00:08:26
для общих целей.
00:08:30
Мы не задали возвращаемый массив
00:08:32
и это потому, что я сделал глупость
00:08:35
ошибка, и мне жаль, что я просто пришёл сюда.
00:08:39
Я захожу сюда, и значение поиска
00:08:43
на самом деле тот, который весит 24
00:08:46
так что это будет B18.
00:08:51
Вот и все. Итак, ответ таков
00:08:57
B590. Итак, если я напомню, что минимум
00:09:01
номер, который я получаю за 24-месячный кредит,
00:09:04
или самый последний для
00:09:06
На самом деле, это действительно 590.
00:09:14
Вот и все. 24, поэтому HLOOKUP
00:09:19
Таким образом, функция является настоящим достижением
00:09:21
с точки зрения функциональности по сравнению
00:09:24
с VLOOKUP, который мы использовали ранее.

No elements match your search in this video....
Do another search or back to content !

 

00:00:03
Bienvenido. En este tutorial intentaré
00:00:05
le mostrará cómo usar la configuración avanzada
00:00:07
relacionado con la función HOOK UP
00:00:09
en la tabla de préstamos que tenemos aquí.
00:00:11
Como puede ver, los montos del préstamo varían.
00:00:15
Queremos solicitar un trámite administrativo
00:00:17
tasa de gastos relacionada con las escalas de
00:00:20
la mesita aquí a la derecha.
00:00:22
Observe que no todos los montos figuran en la columna
00:00:24
son préstamos, se encuentran en el índice igual que nosotros
00:00:27
trabajando con un sistema de bloques, por así decirlo.
00:00:30
Por lo tanto, significa que todos los préstamos entre 0
00:00:33
y 6000 tendrán el mismo índice
00:00:36
en este caso, aplicado teóricamente,
00:00:38
Tomaré como ejemplo la tasa de 125€.
00:00:42
Voy a establecer una fórmula de HLOOKUP.
00:00:46
Pero primero, agreguemos una columna para hacerlo,
00:00:49
y llamémoslo gasto administrativo.
00:00:54
El elemento que definirá el
00:00:56
el importe de las tasas de solicitud será
00:00:58
será el importe del préstamo aquí.
00:01:03
14.770 o vende los ocho.
00:01:06
Le pediré a mi función que busque
00:01:08
esa cantidad figura en la lista de préstamos.
00:01:13
Y especificaré también el valor
00:01:17
y la matriz de búsqueda que buscaría.
00:01:20
El siguiente parámetro será.
00:01:22
El si no se encuentra.
00:01:24
Eso me permitirá personalizar
00:01:28
un mensaje de texto si hay alguna coincidencia.
00:01:30
Lo dejaría en blanco ya que es opcional.
00:01:34
Puedes reconocerlo porque
00:01:35
está entre corchetes.
00:01:37
Por otro lado,
00:01:39
el parámetro del modo de coincidencia,
00:01:41
que también es opcional,
00:01:43
se habilitará especificando
00:01:45
el valor menos uno.
00:01:46
Eso significa la coincidencia exacta o el siguiente elemento más pequeño
00:01:50
lo que le permitirá a Excel saber que si
00:01:53
la cantidad exacta no se encuentra en la lista,
00:01:56
entonces es la más baja más cercana
00:01:59
valor que se debe recuperar.
00:02:01
El último, modo de búsqueda,
00:02:03
tampoco se configurará por el momento,
00:02:06
así que cierro el paréntesis,
00:02:08
valida y podremos
00:02:11
copia mi fórmula.
00:02:12
Recuerde usar F4 para bloquear los valores.
00:02:19
De hecho, podremos verlo,
00:02:22
si solicito un préstamo aleatorio,
00:02:24
por ejemplo, 13.000.
00:02:27
Que ha aplicado una tasa de 160,00€.
00:02:32
Estamos dentro de la gama
00:02:34
entre 11 000 y 20 000.
00:02:38
Por lo tanto, no se ha encontrado realmente un valor de 13,
00:02:41
pero el valor inferior más cercano era
00:02:45
uno dado por la fórmula y por sí mismo.
00:02:48
La opción que acabamos de comentar es
00:02:51
muy útil para crear una especie de rebanada
00:02:54
sistema y evitar pasar por el
00:02:56
funciones condicionales clásicas en sí mismas.
00:02:59
Ahora pasemos a un segundo
00:03:01
uso del HLOOKUP
00:03:03
Quiero poder usar el
00:03:07
hoja de verificación de manera más eficiente.
00:03:09
Una forma es introducir un número de préstamo.
00:03:13
Y con eso automáticamente
00:03:15
recuperando 4 datos
00:03:18
almacenada en la lista de clientes.
00:03:21
El nombre, el importe, la duración y el pago mensual.
00:03:25
Podré hacerlo a través del HLOOKUP
00:03:28
para generar una fórmula que alimente
00:03:31
las cuatro piezas de información sin
00:03:34
haciendo 4 fórmulas de forma individual.
00:03:37
Pero primero tendré que transformarme
00:03:39
mi lista en modo tabla.
00:03:41
Aprovecharé esta oportunidad
00:03:44
para cambiar el nombre de mi préstamo fijo.
00:03:46
Y luego colocarme en el primer
00:03:49
de las cuatro celdas, que está aquí.
00:03:52
Introduciré mi HLOOKUP y
00:03:56
entonces diré que necesito el
00:03:59
valor que pondré en C6.
00:04:02
Y que la información será
00:04:05
que se encuentra en la hoja de mi lista de clientes.
00:04:08
En mi columna, el número de Leona.
00:04:13
Con la matriz de retorno.
00:04:15
Podré especificar la recuperación
00:04:18
de los datos que se encuentran en el nombre
00:04:21
a las columnas de pagos mensuales.
00:04:24
En caso de discordancia,
00:04:26
Puedo informar muy bien al sistema
00:04:29
para dar una respuesta como desconocida
00:04:32
número de préstamo con el modo match.
00:04:38
De esa manera evitaré tener la respuesta
00:04:41
no se aplica si introduzco un número bajo
00:04:44
eso no existe con el modo match.
00:04:47
Pediré el exacto usando cero.
00:04:51
Volveré a la comprobación
00:04:54
hoja y automáticamente obtendré un
00:04:56
número solitario desconocido responde.
00:04:59
Si ingreso un número de préstamo encontrado
00:05:01
en la lista, por ejemplo, B para 1:50.
00:05:08
Obtendría todos los artículos correspondientes,
00:05:11
pero habrá un problema
00:05:13
con la colocación.
00:05:14
Aprovecharé esta oportunidad para mostrar
00:05:17
y usa una fórmula llamada =TRANSPOSE
00:05:20
que permite transformar elementos que
00:05:22
se muestran en línea en forma de columna.
00:05:30
Así que esto funcionará como una fórmula matricial
00:05:33
eso me permite usar una sola fórmula
00:05:35
para recuperar más información.
00:05:37
Digamos eso por si acaso.
00:05:39
Introduzco parcialmente un número de préstamo.
00:05:42
Por ejemplo, F1.
00:05:43
Inevitablemente recibiremos el mismo mensaje,
00:05:46
número de préstamo desconocido.
00:05:50
Hay que establecer un parámetro adicional
00:05:52
En la función HLOOKUP
00:05:54
agrega el modo match.
00:05:56
Como puedes ver, puedes activar diferentes
00:05:59
opciones para obtener diferentes resultados.
00:06:02
Por ejemplo, si pongo una F y una estrella,
00:06:04
el sistema recuperará el primero
00:06:06
préstamo en respuesta a mi entrada.
00:06:08
Así que la F y la estrella podrían ser las primeras
00:06:11
número de crédito con F, así que 157 o 196.
00:06:15
¿Cómo puedo llegar allí?
00:06:17
Yo informaría
00:06:20
Combinación de caracteres comodín #2.
00:06:23
Así que probémoslo y vamos aquí, Simon,
00:06:28
ahí vamos,
00:06:30
F 157 Simon.D. Así que este es otro
00:06:34
característica interesante con el
00:06:36
HLOOKUP utilizan la opción genérica.
00:06:39
Ahora pasemos a otro ejemplo de
00:06:42
las opciones avanzadas que se encuentran en el
00:06:45
Función HLOOKUP en mi hoja de lista de clientes.
00:06:48
La lista de números bajos es
00:06:51
ordenados cronológicamente a partir de
00:06:53
del más antiguo al más reciente.
00:06:55
Los préstamos, con sus montos variados, tienen
00:06:59
se han fijado en 24, 26 o 48 meses.
00:07:05
Quiero en mi hoja de consulta
00:07:07
para recuperar el número del
00:07:09
los préstamos más recientes entre todos los
00:07:12
préstamos dentro de un plazo de 24 meses.
00:07:14
Usaré la misma fórmula.
00:07:16
Así que vayamos al registro y vayamos aquí.
00:07:19
Sin embargo, revisaré el cuadro de diálogo.
00:07:23
Así que voy aquí.
00:07:25
Los argumentos de la función y yo seré
00:07:27
capaz de especificarlo a partir de la longitud,
00:07:30
Excel tendrá que buscar en todos los
00:07:32
escriba la longitud de la columna E y envíeme el
00:07:35
número del préstamo que está en la columna A.
00:07:40
Si no se encuentra, no es obligatorio.
00:07:43
Si lo dejo en blanco, entonces
00:07:45
el valor del error será Na.
00:07:47
En términos de modo de partido.
00:07:49
Le pediré que me encuentre
00:07:50
el exacto con cero.
00:07:52
Sin embargo, en el modo match si
00:07:55
puedo ver que no tengo opciones
00:07:58
disponible como lo hacemos con la barra de fórmulas.
00:08:01
Así que te aconsejo que sigas
00:08:03
la ayuda en esta función, así que
00:08:05
puedes tener la explicación.
00:08:07
usaré menos uno.
00:08:10
¿Por qué si hacemos clic aquí?
00:08:13
El sistema me dice que
00:08:14
tendrá una coincidencia exacta.
00:08:15
Tendré una coincidencia exacta.
00:08:17
Si no se encuentra ninguno,
00:08:18
devuelve el siguiente artículo más pequeño,
00:08:20
el que usábamos antes,
00:08:22
y recuerda que el dos es el
00:08:24
uno que usamos como comodín
00:08:26
para fines genéricos.
00:08:30
No hemos establecido la matriz de retorno
00:08:32
y eso es porque hice una tontería
00:08:35
me equivoqué y siento haber venido hasta aquí.
00:08:39
Voy aquí y el valor de búsqueda es
00:08:43
en realidad el que se queda 24,
00:08:46
así que será B18.
00:08:51
Ahí vamos. Así que la respuesta es
00:08:57
B590. Así que si resumo eso, el mínimo
00:09:01
número que obtengo por un préstamo de 24 meses,
00:09:04
o el más reciente para
00:09:06
lo que importa, es de hecho 590.
00:09:14
Ahí vamos. 24 así que el HLOOKUP
00:09:19
la función es, por lo tanto, un verdadero avance
00:09:21
en términos de funcionalidad comparada
00:09:24
al VLOOKUP que usábamos antes.

No elements match your search in this video....
Do another search or back to content !

 

Mandarine AI: CE QUI POURRAIT VOUS INTÉRESSER

Reminder

Show