Friday, October 28, 2022

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

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)

No comments:

Post a Comment

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