How can I hide certain rows

I have a spreadsheet that i'm using to track my weight loss.  In column A I have dates and in Column B I have weight.  I would like to hide all rows except for Monday's.  How would I do that?

Hi Chariot,
There is a feature called Filtering that will hide rows according to criteria you setup. Are you displaying the day of the week in your data? If so, this is what you would filter on. If not, you just need to add a column to display the day of the week, or the day number, and filter on that.
Could you post a screen shot of your table?
Here's a small example:
The formula in column B is: =DAYNAME(A)
Quite simple. There is a button to activate the Reorganize Panel on the Toolbar. Just click on your table and then click the tool icon.
Jerry

Similar Messages

  • How can I hide certain bookmarks so others cant see them on my unit

    ''locking - duplicate - https://support.mozilla.com/en-US/questions/850438''
    I would like to hide some bookmarks where only I can see them, how can I do this?

    Sorry, Firefox doesn't have a feature for that, and I haven't seen an Add-on which adds that type of feature to Firefox. <br />https://addons.mozilla.org/en-US/firefox/extensions/bookmarks/
    My suggestion is a "Guest" logon user account for other people who use your PC. That will keep all your data from being seen by anyone except you.

  • How can I hide filter row in table?

    Hi experts,
    I've made a table with filter but as I need to use DropDownByIndex UI element for one of my filter cell editors I've added a fixed top cell to this column. And when the onChange action of this dropdown is called I just pass its value to the filter attribute and fire the filter action. But now I have to filter cells on this column - the fixed one and the default one that appears when i bind the filterValue property of the column. My question is how can I remove or hide this defsault cell and use (see) only the fixed top cell that I've added.
    Your help will be appreciated and granted with points

    Hi guys,
    Thanks for your replies but I found other solution to my problem. I simply create filter for hidden columns and I'm using only the fixed top cells as filter. I do that by passing the cell values to the filter of the table and fire the filter action. This way I can use any type of UI for my filter (fixed top) cells.

  • How can I hide certain apps and also prevent apps to be deleted without my permission?

    I have a young daughter that watches movies and plays games on my itouch.  I love that she enjoys it, but sometimes while using it, she goes to apps that are not appropriate for her, and also she accidentally deletes apps.  Is there some kind of parental control...or just any feature that can hide the apps I don't want her to go on...and also something I can do to prevent her from accidentally deleting apps?  Thanks!

    You can turn restrictions on that keep her from deleting apps. As for hiding apps, I don't know if that's possible. You could hide the apps in a folder wouldn't have interest in such as a news or utilities folder if she's playing games and watching movies. Hope this helps.

  • PDL-Customer Statements (Hide certain row)

    Hi all experts,
    I have many fields row  in detail. Can i hide certain row? with the formula & condition, have any formual?
    e.g. hide the field_123 with the word "JE"
    Thanks.
    Danny
    Edited by: Danny Gan on Nov 13, 2008 10:52 AM

    This might help you
    https://websmp208.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000107032008E
    https://websmp208.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000866242007E
    Pls choose apt forum to post message to get quicker response

  • How can i hide table columns or rows in pages

    I can do it in numbers, but how can i hide a column or down in pages?

    Slim it down to nothing?
    Peter

  • How can I hide my flv files?

    hello,
    I made a flash project that I published as an exe file. this project calls a number of external flv files. Now, I want to hide these files, because it's my own work and I don't want anyone to steal it, how can I hide these files?
    my project will be published on a cd.
    thank you for your help

    Well the best feature of having all the content on the CD is that it's all self contained, no need to go someplace else (like the Internet) to get content. But it certainly is possible to store the .flv files on a Web server and have Flash content on the CD go to the Internet to download and play the videos. Little more complex to get it all working AND then the user must have an Internet connection available or they can't see the videos. But even then... if it's on the Internet it can be copied.
    Or look into sone type of encryption program:
    http://www.truecrypt.org/
    http://www.axantum.com/axcrypt/
    but I'm not sure that you can use the content without first decrypting the data.
    As for watermarking and adding a copyright notice, this is normally done when the video is first being edited in whatever software is used to capture and edit the original video file. Once the file is already created, there are software programs to add the mark... something like this:
    http://www.videowatermarkfactory.com/
    Best of luck!
    Adninjastrator

  • How can i hide or lock the apps on ipad

    How can i hide or lock the apps on ipad, i don't want anyone to see some apps when my ipad was used. Without Jailbreak.

    It depends what you mean by 'lock' if you mean keep the iPad on a specific app that's easy to do as long as you are updated to iOS 6 which from your device information I can see your iPad is updated to iOS 6.0.2. All's you have to do is go to Settings > General > Accessability > Guided Access > ON > Set Passcode (Set a passcode to lock an app onto the screen). Go back to the home screen and click the app you would like to lock onto. Press the home button three times quickly. You can then highlight certain parts of the app you would not like them to be able to press, disable touching or motion if thats what you need. Press start. To exit the locked app triple press the home button again and type in the passcode you set earlier. Press end in the top left corner. I hope this helped you but if by 'lock' you meant don't allow on the app this is not possible as of yet with the iOS software although some apps do allow you to lock them with a passcode or you could try restrictions in the settings menu but this only works with built in apps such as; camera, facetime, safari, downloading apps, siri etc.

  • How can we hide the coloumn in h:datatable

    Hi Friends,
    How can we hide the coloumn in h:datatable. <h:dataTable id="catalogueTable" rows="10" width="100%" binding="#{searchCatalogue.catalogueTable}" value="#{searchCatalogue.screenList}" var="catalogue" >
                                                <h:column >
                                                    <h:selectOneMenu id="searchModes" value="#{catalogue.selectedType}">
                                                        <f:selectItems value="#{catalogue.searchModesList}" />
                                                    </h:selectOneMenu>
                                                </h:column>
                                                <h:column>
                                                    <h:outputLabel value="#{rb.ofthesewords}" />
                                                </h:column>
                                                <h:column>
                                                    <h:inputText id="searchTerm" value="#{catalogue.searchTerm}" style="width:100%" />
                                                </h:column>
                                                <h:column>
                                                    <h:outputLabel value="#{rb.in}" />
                                                </h:column>
                                                <h:column>
                                                    <h:selectOneMenu id="currCustIndx" value="#{catalogue.currCustIndx}" >
                                                        <f:selectItems value="#{catalogue.customIndexList}" />
                                                    </h:selectOneMenu>
                                                </h:column>
                                                <h:column>
                                                    <a4j:commandButton value="+">
                                                        <a4j:support event="onclick" action="#{searchCatalogue.addOneRowAction}" oncomplete="visibleListView()" reRender="catalogueTable,suggMsg" />
                                                    </a4j:commandButton>
                                                </h:column>
                                                <h:column>
                                                    <a4j:commandButton value="-" >
                                                        <a4j:support event="onclick" action="#{searchCatalogue.removeOneRowAction}" oncomplete="visibleListView()" reRender="catalogueTable,suggMsg" />
                                                    </a4j:commandButton>
                                                </h:column>
                                            </h:dataTable> Initially i want to hide the this coloumn
                                                     <h:column>
                                                    <a4j:commandButton value="-" >
                                                        <a4j:support event="onclick" action="#{searchCatalogue.removeOneRowAction}" oncomplete="visibleListView()" reRender="catalogueTable,suggMsg" />
                                                    </a4j:commandButton>
                                                </h:column> so how can i hide this one.
    Edited by: Edukondalu_Avula on Nov 4, 2008 8:33 PM

    at initial time i want to hide that coloumn(+means commandbutton coloumn). when i click + symbol button i want to show the datatable with all the coloumns at this time how can i show the hidden coloumn
    Edited by: Edukondalu_Avula on Nov 5, 2008 12:51 AM

  • How can i hide phone apps so that if kids take my mobile the couldnt be able to make calls. At the same time when someone call me I could be able to attend call. is there any control to lock phone's apps or hide it.

    how can i hide phone apps so that if kids take my mobile the couldnt be able to make calls. At the same time when someone call me I could be able to attend call. is there any control to lock phone's apps or hide it.

    Hi there
    Apple doesnt give this feauture and there are certain apps in app store under utilities which provide password facility under this app and u can store photos videos and orther stuff and lock so
    Kids will be not able to access this single app ortherwise there is no such feature of locking apps feature given by apple
    <Edited By Host>

  • How can I extract certain pages from my document and save as another file?

    How can I extract certain pages from my document and save as another file?

    You would need Adobe Acrobat to do that, not Adobe Reader.

  • How can I hide the class file ??

    Hi !
    I has a question, when i write a program of Java, then use the command "javac" to compiler to class file for other people using, but the class file can be disassembled and convert to source code. How can I hide the class file and let people can not disassemble, or can not see the source code. Thinks

    See these....
    http://www.saffeine.com/
    http://www.jarsafe.com/
    I recently read this. This will help you.
    http://developer.java.sun.com/developer/qow/archive/160/index.jsp
    Enojy....
    Rajesh

  • How can I use multiple row insert or update into DB in JSP?

    Hi all,
    pls help for my question.
    "How can I use multiple rows insert or update into DB in JSP?"
    I mean I will insert or update the multiple records like grid component. All the data I enter will go into the DB.
    With thanks,

    That isn't true. Different SQL databases have
    different capabilities and use different syntax, That's true - every database has its own quirks and extensions. No disagreement there. But they all follow ANSI SQL for CRUD operations. Since the OP said they wanted to do INSERTs and UPDATEs in batches, I assumed that ANSI SQL was sufficient.
    I'd argue that it's best to use ANSI SQL as much as possible, especially if you want your JDBC code to be portable between databases.
    and there are also a lot of different ways of talking to
    SQL databases that are possible in JSP, from using
    plain old java.sql.* in scriptlets to using the
    jstlsql taglib. I've done maintenance on both, and
    they are as different as night and day.Right, because you don't maintain JSP and Java classes the same way. No news there. Both java.sql and JSTL sql taglib are both based on SQL and JDBC. Same difference, except that one uses tags and the other doesn't. Both are Java JDBC code in the end.
    Well, sure. As long as you only want to update rows
    with the same value in column 2. I had the impression
    he wanted to update a whole table. If he only meant
    update all rows with the same value in a given column
    with the same value, that's trivial. All updates do
    that. But as far as I know there's know way to update
    more than one row where the values are different.I used this as an example to demonstrate that it's possible to UPDATE more than one row at a time. If I have 1,000 rows, and each one is a separate UPDATE statement that's unique from all the others, I guess I'd have to write 1,000 UPDATE statements. It's possible to have them all either succeed or fail as a single unit of work. I'm pointing out transaction, because they weren't coming up in the discussion.
    Unless you're using MySQL, for instance. I only have
    experience with MySQL and M$ SQL Server, so I don't
    know what PostgreSQL, Oracle, Sybase, DB2 and all the
    rest are capable of, but I know for sure that MySQL
    can insert multiple rows while SQL Server can't (or at
    least I've never seen the syntax for doing it if it
    does).Right, but this syntax seems to be specific to MySQL The moment you use it, you're locked into MySQL. There are other ways to accomplish the same thing with ANSI SQL.
    Don't assume that all SQL databases are the same.
    They're not, and it can really screw you up badly if
    you assume you can deploy a project you've developed
    with one database in an environment where you have to
    use a different one. Even different versions of the
    same database can have huge differences. I recommend
    you get a copy of the O'Reilly book, SQL in a
    Nutshell. It covers the most common DBMSes and does a
    good job of pointing out the differences.Yes, I understand that.
    It's funny that you're telling me not to assume that all SQL databases are the same. You're the one who's proposing that the OP use a MySQL-specific extension.
    I haven't looked at the MySQL docs to find out how the syntax you're suggesting works. What if one value set INSERT succeeds and the next one fails? Does MySQL roll back the successful INSERT? Is the unit of work under the JDBC driver's control with autoCommit?
    The OP is free to follow your suggestion. I'm pointing out that there are transactions for units of work and ANSI SQL ways to accomplish the same thing.

  • How can i hide my extension number when i make outgoing calls

    Hi All,
    How can i hide my extension number when i make outgoing calls,what configuration should i make on the call manager server.
    Regards,
    Lester

    We use a Route Pattern that mimics the telco feature *67. The RP is *679.xxxxxxx with a Transformation mask of 000000000 (just to get beyond the individual blocking on some private lines.

  • How can I restrict certain apps to cellular data only?

    Product Name: iPhone 6
    Product iOS: 8.3
    Background: I listen to Pandora at work through my iPhone 6. My work has pandora traffic blocked through their WiFi network. I want to keep my iPhone connected to the work WiFi because 1) I don't want to turn on and off my WiFi on my phone 2) I want to my email and other apps to use WiFi since they are not blocked.
    Current Workarounds (not a solutions):
    1) Turn off and on WiFi on iPhone 6- This is a pain/hassle and I forget to turn the WiFi back on.
    2) Switching to a different streaming music providers that aren't blocked by work WiFi- I pay for Pandora One and I like this service the best. I really don't want to switch.
    3) Download music to iPhone memory- I pay for Pandora One and I'd like to use it.
    4) Jailbreak- Not sure if this a solution but I'd rather not jailbreak my device.
    Question: How can I restrict certain apps (Pandora) to use cellular data only?
    Best Regards,
    Chasen

    The network settings in iOS are global and do not support assigning specific networks to specific apps. You cannot do what you describe.

Maybe you are looking for

  • After Restoring with Migration Assistant internet accounts are not working properly

    Hello! My Macbook Pro's HDD fried a week ago, so I swapped it for a new one. I had a backup from about 30mins before the issue happened, so I thought everything would go fine with Time Machine. Well, not quite. After installing Mac OS X Mavericks fro

  • HTTP error [403] in "Add Forums Administrator User"-iView (Forum)

    Hi All, I need help with installing the forum functionality. When I open the "Add Forums Administrator User"-iView I always get the following error message: <i>403   Forbidden You are not authorized to view the requested resource.</i> In the log-file

  • How can I convert video off my iPad

    Hey guys, I got a question. Our school had recently got a program to submit game film, called Huddle. Well it uses a better camera on a iPad Mini. However, I still want a hard copy of the game on the DVD before I submit it into Huddle. What my questi

  • Compare table

    Hello every one. I was searching and found this solution. [http://www.dba-oracle.com/t_convert_set_to_join_sql_parameter.htm|http://www.dba-oracle.com/t_convert_set_to_join_sql_parameter.htm] I was reading the does any one has solution form the last

  • SRGB vs no Color Management question

    I have two workflows for Photoshop that produce the exact same results and I want to know which one to use, but most importantly why? WORKFLOW 1: NO COLOR MANAGEMENT 1. Photoshop Color Settings is set to "Monitor Color" which tells the PSD to not use