Home > Mobile >  Is there a way to make this query formula work? it was working before but I had to add more sheets a
Is there a way to make this query formula work? it was working before but I had to add more sheets a

Time:02-10

Formula that combines all the sheets in my project and removes any empty cells

Formula that combines all the sheets in my project and removes any empty cells

CodePudding user response:

yes, change this:

;},

to this:

},
  • Related