Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi All,
I have the table like below, how can I add saturday, sunday or Public Holiday inside this table if the value is blank. Attached also the example of excel the answer I want.
Thanks and Regards,
Fathopes.
Solved! Go to Solution.
Hi @Fathopes ,
Basically you will need a table contains dates with weekends and holidays.
For exmaple:
Table1:
Table2:
Then add a column.
Column =
IF (
ISBLANK ( Table1[value] ),
LOOKUPVALUE ( Table2[weekends or holidays], Table2[days], Table1[days] ),
FORMAT ( Table1[value], "" )
)
Best Regards,
Jay
Hi @Fathopes ,
Basically you will need a table contains dates with weekends and holidays.
For exmaple:
Table1:
Table2:
Then add a column.
Column =
IF (
ISBLANK ( Table1[value] ),
LOOKUPVALUE ( Table2[weekends or holidays], Table2[days], Table1[days] ),
FORMAT ( Table1[value], "" )
)
Best Regards,
Jay
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |