Using validation to make data appear or not

  • Thread starter Lil Red Riding In The Hood
  • Start date
L

Lil Red Riding In The Hood

I have an array of cells that all rely on a "Y" or "N" value in another
cell, and an IF statement to either make the data appear or not appear.

It works fine, except that when the data appears and fill, the borders
pop up fine. Some of them, however refuse to disappear the same way the
data does, yet others do just fine. This includes cell color formatting,
which I am able to make stay or go. I just seem to have a problem with
some cell retaining persistent border, which go away completely if I
remove them, but that isn't what I want. I want them to behave just like
the cells do where the border does disappear along with the data. I just
cannot figure out why I have some picky cell formats, and cannot figure
out what to do to kill it.

I know this isn't a function, but it is the product of one.

My disappear code is like: IF(C5="Y",H5,"")
 
L

Lil Red Riding In The Hood

I solved it. I do not know why, but adjacent cells with no data or
formatting were keeping one edge of a border designation.

I still do not know why it was happening or exactly what I did to solve
it, but it works now. The cells clear away completely when I set a cell
value to N, and they re-appear when I set the cell to Y, complete with
borders and cell formatting, which, I guess is an exquisite function of
setting the IF false response to "".

Either way, it works great. That is my product selection guide. I
have a "completed work-up report" worksheet that I want to perform
lookups on the work-up sheet and compile a completed form that only shows
what selections were made, sans the gaps and blank lines. I still have
to work on a dynamic array that uses vlookup to get me there. I
currently have gaps, and that sheet is now my current effort, as my
as-built selection guide is working fine. I just need to complete the
compiled selection report sheet.

Thanks, however for the help. I forgot to get back on, and announce
success. Sorry for that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Making Blank Cells 4
Convert number to text as displayed 3
Restoring Gridlines 3
Make a Yes/no cell using a single click 6
Data Labels Disappearing 0
Wrapping text 2
HELP! Making A Form 1
Dates and If Function 15

Top