I am being asked to recreate a report that:
- Transposes the rows and columns
- Shows conditional formatting on all date cells:
- If the cell date is before today is one color
- If the cell date is after or equal to today then another color
- If the cell contents is N/A or TBD then a third color
- If the cell date is within 7 days of today then a fourth color
I can create column rules for each column in the output, but the number of columns (and their names) may change with each running of the report.
I tried putting the Status in between the Transpose and Cross Tab tools, but I did not know what to do with it.
The workflow has a text input with sample data.
Any help would be greatly appreciated!