Ishfaq
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Ishfaq-
How can I fill Blank cells with value above them
I need to fill a column which has blanks with the values in the above cell. How can I do it
-
Boolean in advance filter
Hi, How can I check the boolean values in the advanced filters..I tried but it is not working. open_tick == false but it is not working :(
-
How can I make an IF statement to hold the values of different data types.
I have to use the formula IF(ISBLANK(X);"FALSE";X). it is not working because the data type of X and "false" is string and that of X is Boolean. How can I make it work.. I think it should not have ...
-
How to find a value in a List
I have two lists and I want to check if the List A has any value of List B in it. List A [a,b,c] and List B [c,d] then it should return [c]. Also is there a way I can create a join based on contai...