sir i have Dr & Cr two cloums lookup both colum and result should come one cell either Dr or Cr
@saajanMaharjan3 жыл бұрын
Is there any formula to make it faster in google spreadsheet as well?
@ExcelGoogleSheets3 жыл бұрын
No binary search option in Google Sheets at the moment. Even though we could create our own custom function it would most likely be slower becuase it will be a custom function. XLOOKUP in Excel will most likely force Google to create the same function in Google Sheets too in order for it to read Excel files.
@namichand64453 жыл бұрын
Is there any option to show filtered spread sheet data in to web app
@Maestr0553 жыл бұрын
Very informative vid, as always! I have some small suggestions: 1. You might want to consider using some VB code to more accurately measure calculation time for different methods: docs.microsoft.com/en-us/previous-versions/office/developer/office-2007/aa730921(v=office.12)?redirectedfrom=MSDN#measuring-calculation-time 2. use named ranges for even easier to read formula's (this also makes sure that the comparison is going to be fair)
@patrickschardt77243 жыл бұрын
Since VLOOKUP uses the entire table instead of individual columns, I could see the regular XLOOKUP and INDEX MATCH being faster on tables with many columns
@ExcelGoogleSheets3 жыл бұрын
Unlikely. It will probably require more memory to store the array, but no more processing time.
@patrickschardt77243 жыл бұрын
@@ExcelGoogleSheets that makes sense.
@namichand64453 жыл бұрын
How can we send image of pdf generated by user inputs to his email automatically
@admingb11233 жыл бұрын
sir how use binary formulas
@biggand85203 жыл бұрын
Did you try to combine index - match search into arrayformula in Google sheets? Looks like they just cannot work together. Can you do a little research and let me know what is the issue happened when trying combine them. Thank you.
@ExcelGoogleSheets3 жыл бұрын
Google Sheets INDEX function doesn't support arrays. Use VLOOKUP instead.
@usmaniqbal18363 жыл бұрын
Sr, plz share this Excel complete file for practice