0

I am looking for Records either opened or closed current month. in Excel or quickbase, it is only allowing me to use 1 date field for the red, but i need to use both start and end date for the data flow. raw data on the left and looking to create the right. if i can figure out the table, i can then make inflow outflow graph

  1. Filter for either created current month or has end date of current month [done]
  2. not sure how to pivot for 1 date column when i need to pull from 2 date fields. help needed here

enter image description here

msulol
  • 67
  • 6

2 Answers2

1

I Quickbase you can evaluate multiple fields in a filter like this: enter image description here

Erich Wehrmann
  • 464
  • 2
  • 11
0
=IF(C2="closed",D2,A2)
Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77
msulol
  • 67
  • 6