Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. =len(XY)>30
  2.  
  3. =len(A4)>30
  4.  
  5. =LEN(A1)
  6.  
  7. =ARRAYFORMULA(LEN(FILTER(A:A;A:A<>""))>30)
  8.  
  9. =len(A1)>30 withRange: `A1` and the formatting of your choice.
  10.  
  11. =LEN(A1)>100 //or: =LEN(A1:A1)>100
  12.  
  13. A1:A1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement