+ Reply to Thread
Results 1 to 5 of 5

How to...

  1. #1
    Registered User
    Join Date
    07-06-2006
    Posts
    4

    How to...

    Could anyone help me figure out how to do the following:

    list a value in a "IF" function to = "x" or multiples of "x"

    and to have any cell value of column "A1" that equals 0 make the corresponding row hidden

  2. #2
    David Biddulph
    Guest

    Re: How to...

    "keaoric" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Could anyone help me figure out how to do the following:
    >
    > list a value in a "IF" function to = "x" or multiples of "x"


    Not clear what you want.
    =IF(MOD(A1,x)=0,"A1 is a multiple of x","A1 is not a multiple of x") if it
    is the input you are trying to test, or
    MROUND(your formula,x) if you want to round the output to a multiple.

    > and to have any cell value of column "A1" that equals 0 make the
    > corresponding row hidden


    Autofilter
    --
    David Biddulph
    Rowing web pages at
    http://www.biddulph.org.uk/



  3. #3
    Registered User
    Join Date
    07-06-2006
    Posts
    4

    auto filter

    how do i use auto filter to do that. basically what i need to do is when the value in a certain cell column is 0, i need it to hide that row when i go to print. maybe a macro of some sort. i dont know

  4. #4
    Registered User
    Join Date
    07-06-2006
    Posts
    4
    and the mod function is what i was looking for thank you

  5. #5
    David Biddulph
    Guest

    Re: How to...

    "keaoric" <[email protected]> wrote in
    message news:[email protected]...
    >
    > how do i use auto filter to do that. basically what i need to do is
    > when the value in a certain cell column is 0, i need it to hide that
    > row when i go to print. maybe a macro of some sort. i dont know


    Data/ Filter/ Autofilter
    Custom
    Does not equal
    0
    --
    David Biddulph



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1