Forum Discussion

Budman361530's avatar
Budman361530
Brass Contributor
Oct 01, 2021
Solved

Is it possible to make an entire table based on values of another group of cells?

I have been searching this and not even sure if it is possible.  I have a table of 25 employees.  I would like to duplicate the same table but omitting empty ones on another part of the sheet assumin...
  • mtarler's avatar
    mtarler
    Oct 01, 2021

    Budman361530 so yes of course you could use VBA but there are trade-offs.

    in the attached I used a helper column to decide which employees to include and then a simple FILTER to show the result and 1 more trick was to use a custom number format to hide all the zeros.

    Is this something close to what you want?

Resources