
Ishfaq
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Ishfaq-
Ishfaq created a post,
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
-
Ishfaq commented,
What if the date is blank for some records, it shows an error in those records when we use Roundtime function
-
Ishfaq commented,
Thanks Alan... it is working now....
-
Ishfaq created a post,
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 :(
-
Ishfaq created a post,
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 ...
-
Ishfaq commented,
Thanks a ton :) yes it will solve my issue
-
Ishfaq created a post,
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...