Forum Discussion

Kazzi's avatar
Kazzi
Frequent Visitor
1 year ago
Solved

Add date column w/o adding blanks

I am adding a custom column that returns todays date. 

The spreadsheet this query is based off of in in table format, and has about 50000 rows, because its easier for the people using it. 

They add new rows daily and fill in blanks. 

 

I added a custom column that always returns todays date, for updating purposes after merge. But its filled in the date on all of the blank rows. When I "remove blank rows" these are not removed. Any ideas?

 

DateTime.Date(DateTime.LocalNow())  is the date column formula. and Ive tried using the "remove blank rows" option in the ribbon.

  • Solved w/ filter. Added filter to filter out rows in that column that equalled null

2 Replies

  • Kazzi's avatar
    Kazzi
    Frequent Visitor

    Solved w/ filter. Added filter to filter out rows in that column that equalled null

    • v-prasare's avatar
      v-prasare
      Community Support

      Thanks for confirming that issue is solved