Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a list of sales people in a worksheet and I only want the ones with
info in column c or column d to show up. If both are empty I don't want them to show. Is there a formula that will hide the row if their is no data in either of these cells? |
#2
![]() |
|||
|
|||
![]()
Formulas cannot do this. They only return values. suggest using
datafilterautofilter and then filter as desired. -- Don Guillett SalesAid Software "Brad" wrote in message ... I have a list of sales people in a worksheet and I only want the ones with info in column c or column d to show up. If both are empty I don't want them to show. Is there a formula that will hide the row if their is no data in either of these cells? |
#3
![]() |
|||
|
|||
![]()
Will this filter automatically once the vlookups update?
"Don Guillett" wrote: Formulas cannot do this. They only return values. suggest using datafilterautofilter and then filter as desired. -- Don Guillett SalesAid Software "Brad" wrote in message ... I have a list of sales people in a worksheet and I only want the ones with info in column c or column d to show up. If both are empty I don't want them to show. Is there a formula that will hide the row if their is no data in either of these cells? |
#5
![]() |
|||
|
|||
![]()
this is not what I'm looking for. I'm looking for no human intervension.
"Don Guillett" wrote: try it -- Don Guillett SalesAid Software "Brad" wrote in message ... Will this filter automatically once the vlookups update? "Don Guillett" wrote: Formulas cannot do this. They only return values. suggest using datafilterautofilter and then filter as desired. -- Don Guillett SalesAid Software "Brad" wrote in message ... I have a list of sales people in a worksheet and I only want the ones with info in column c or column d to show up. If both are empty I don't want them to show. Is there a formula that will hide the row if their is no data in either of these cells? |
#6
![]() |
|||
|
|||
![]()
Then a macro that would fire on activating the worksheet should do it for
you. -- Don Guillett SalesAid Software "Brad" wrote in message ... this is not what I'm looking for. I'm looking for no human intervension. "Don Guillett" wrote: try it -- Don Guillett SalesAid Software "Brad" wrote in message ... Will this filter automatically once the vlookups update? "Don Guillett" wrote: Formulas cannot do this. They only return values. suggest using datafilterautofilter and then filter as desired. -- Don Guillett SalesAid Software "Brad" wrote in message ... I have a list of sales people in a worksheet and I only want the ones with info in column c or column d to show up. If both are empty I don't want them to show. Is there a formula that will hide the row if their is no data in either of these cells? |
#7
![]() |
|||
|
|||
![]()
Hi Brad
the only other alternative to Don's suggestion is to use code - which could run automatically on the opening of the workbook or the selection of the sheet. However, this does mean that the users have to have enabled macros (and security settings need to be set to medium). is this an approach you're interested in? Cheers JulieD "Brad" wrote in message ... this is not what I'm looking for. I'm looking for no human intervension. "Don Guillett" wrote: try it -- Don Guillett SalesAid Software "Brad" wrote in message ... Will this filter automatically once the vlookups update? "Don Guillett" wrote: Formulas cannot do this. They only return values. suggest using datafilterautofilter and then filter as desired. -- Don Guillett SalesAid Software "Brad" wrote in message ... I have a list of sales people in a worksheet and I only want the ones with info in column c or column d to show up. If both are empty I don't want them to show. Is there a formula that will hide the row if their is no data in either of these cells? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to hide rows in a protected sheet | Excel Worksheet Functions | |||
Why can't I show or hide rows in an outline on a protected sheet? | Excel Discussion (Misc queries) | |||
Checkbox to hide and unhide rows Please. | Excel Worksheet Functions | |||
AUTO HIDE ROWS | Excel Worksheet Functions | |||
Excel - if cells = 0, how to conditionally hide rows in chart | Excel Worksheet Functions |