About 9,890 results
Open links in new tab
  1. =IF (INDIRECT and ISBLANK Functions - Microsoft Community

    Oct 26, 2021 · Hello!I could sure use some help tweaking the =IF(INDIRECT function in one of my Excel worksheets. My workbook has worksheets that track my monthly income, monthly …

  2. how to pass a text value from a cell into each argument of a SUM ...

    Aug 12, 2018 · =SUM (INDIRECT (M10&":"&M10)) Formula to sum column CG If you want to sum all of the contents from column BD to column CG then the following example. =SUM (INDIRECT …

  3. How to reference a different sheet depending on a result with a …

    Jul 3, 2025 · The INDIRECT function then returns a reference to the range of cells on the sheet that matches the constructed text. This reference is then used as the second argument to the …

  4. In Excel 2016 for Mac Does INDIRECT() function work?

    Apr 20, 2018 · INDIRECT works irrespective of the OS. What is the formula which you are using and what is the error?

  5. Functie INDIRECT Externe verwijzing naar een ongeopend bestand

    Apr 26, 2023 · Hoi Pjotr K! Misschien kunt u proberen de combinatie van de functie INDIRECT met de functie IFERROR te gebruiken. Hiermee kunt u controleren of het externe bestand is geopend …

  6. Indirect function assistance - Microsoft Community

    Jan 12, 2024 · In stead of CELL ("row"), use ROW (). That will create a worksheet/cell reference 'Dave W'!D5 which INDIRECT will then return the value of. The CELL function is not returning …

  7. Pulling a Data Validation List from a cell that has a TEXTJOIN …

    May 21, 2025 · Hi,I'm not sure if this is the way to get what i want but basically i need to get a dropdown list from variable data.In summary, people give me there availability for certain dates …

  8. How can you use INDIRECT Links with closed workbooks?

    I understand that INDIRECT links will only work with open workbooks or you get an error #Ref . Does anyone know of any way around this?

  9. Promediar los "k" mayores valores de un listado - Aclaración sobre …

    5) Finalmente, la aplicación de la función SUMAPRODUCTO, la cual devuelve la suma de los productos de rangos o matrices correspondientes, sobre un único argumento, tal y como se …

  10. Userform Need to Mimic Validation List with Indirect Function

    Dec 23, 2010 · I need to create a userform for data input in my Excel 2007 worksheet. When a user enters data in Column A, I use the Indirect function in a Validation List to look up the range …