PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, October 28, 2022

[FIXED] How can I Include empty cells in my chart?

 October 28, 2022     charts, flatten, google-sheets, if-statement, is-empty     No comments   

Issue

What should I do to include the empty cells in my chart? I can't find any help in the parameters...

enter image description here


Solution

there is no such option. you would need to feed it from helper formula:

=INDEX(FLATTEN(IF(A2:B11="", "vider", A2:B11)))

enter image description here



Answered By - player0
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing