00:00this is essentially a game-changing search engine tool that you can build on your excel spreadsheet
00:05basically looking for a particular text across various worksheet let me show you how it's done
00:09we'll go to the very first table in sheet 384a and label that table as my tab 1 and after
00:15that
00:15we'll go to sheet 384b and label that table as my tab 2 now we go back to sheet 384
00:21and enter
00:22the following formula we will use the let function so that we can stack table my tab 1 and my
00:26tab 2
00:26into variable a using vstack function then we will check if cell a2 contains a search text if it's
00:32not empty we'll filter the stack table in variable a based on cell a2's value if cell a2 is empty
00:37then
00:38we'll return a text enter search text now press enter and in a search text if we tap the word
00:42disappoint it will give you a list of all the cells with the word disappoint in my tab 1 and
00:482.
00:48at this point of the video you might say hey man you just created the same feature as excel's find
00:52and replace tool if you have observed that well done stay tuned for next part where i'll demonstrate
00:56how you can apply the same feature across various workbooks
Comments