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,
my name is Filip and I want to change True/False to 1/0 in new column.
But I cant find on the internet code which will work... 😞
Can you help me?
Thank you for help, have a nice day
Solved! Go to Solution.
Hi @FILIPKACZMAR
you can try
new_column =
IF(column_name = TRUE(),1,IF(column_name = FALSE(),0))
Regards
Hi @FILIPKACZMAR
you can try
new_column =
IF(column_name = TRUE(),1,IF(column_name = FALSE(),0))
Regards
Thank you 🙂
You're welcome 😀
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |