How To Hide / Display Text

Feb 13, 2013

I am trying to hide/display text by using form fields. I swiped the idea from a spreadsheet I obtained from a vendor and thought I would extend it to suit my purpose.

When I check the box for "table one", I'd like for the data that I have associated with it to display. When I uncheck the box, I would like for that data to be hidden. The goal is to be able to choose one data source and see at a glance which fields come from that source and what their names are. The formulas that currently exist for the cells in column I do a nice job of putting text in a field when the box is checked, but I don't want to have to rewrite the formula in the cell if/when the source of the data changes. It's a lot of long schema/table/field names. Maybe that's the only way, though...

I scrubbed and mocked up column J to try to demonstrate. It's sorta color coded.

And it might be that using form fields is not the best way to hide/display text based on source type.

View 2 Replies


ADVERTISEMENT

Display Worksheet Only - Hide GUI

Oct 7, 2009

I have an excel workbook that has multiple worksheets that is linked to our in-house system via ODBC and it refreshes every 5 minutes with up to date sales data.

I am looking to output just one of the work sheets onto a large LCD display / wallboard.

I need to just display the summary worksheet without the excel toolbars / gui

View 14 Replies View Related

Hide/Display Selected Columns

Jul 13, 2009

My boss wants me to create a macro to hide columns if there is a "X" on top of the column labels. The macro should be in toggle mode whereby the next pressing of the macro will unhide the hidden column.

There are more than 50 columns in my actual worksheet. The macro has to check column by column whether there is "X" marked on top and hide it if so.

The next pressing of the macro should then unhide all the hidden columns.

View 12 Replies View Related

Display Or Hide Shapes Based On Cell Value Without VBA?

Aug 8, 2012

I have a map of the US composed of 50 shapes (one for each state). I need each shape to appear or disappear based on a value in a corresponding cell. I can't use VBA for this as it needs to function for users in a high-security Excel 2003 which doesn't allow macros.

View 1 Replies View Related

Display Result And Hide Macro Formula

Mar 17, 2009

Excel 2003.
I have been struggling for an hour how to hide a number to text macro in a way that only macro result is displayed in a cell.

(I have one 2-3 years old xls, where I have managed with task, but now can't figure out how and how to unhide the macro
Can it be password protected somehow?

View 9 Replies View Related

Hide Picture By Default, Display If Macros Enabled

Apr 7, 2008

Basically, I want cell A1 to display the message "Macros must be enabled for this document to display properly", then have that text replaced with a picture (jpeg logo) if macros are enabled. I know I need to put the code in the Workbook_Open sub, but I keep getting the "error 1004, cannot modify visible property of picture object" when I try to tinker with "visible = true".

*EDIT* - The picture must be embedded in the spreadsheet somehow, and hidden from view when macros are disabled. (Having the picture crammed into a single cell at IV65536 is fine.)

Thoughts?

View 10 Replies View Related

Excel 2007 :: Display And Hide Image On Sheet On Mouse Hover On Cell?

Oct 6, 2013

In excel 2007, I have an embedded image on a sheet which I want to make it hidden by default. When someone hovers over a particular cell say cell B3, then image should be displayed below this cell (sort of hyperlinking) and when the cursor or activell cell is not in B3 it should be hidden again. What steps/technique/VBA code will make it happen ?

View 3 Replies View Related

Auto-populate Cells To Display Text From Another Cell Without Cutting Off Text?

Sep 2, 2013

I am trying to auto-populate text in cells in area A, based on data I enter into other cells in area B. I want the area A cells to be for display only, as all editing will be done in area B. The problem is: how do I do this such that the text I write does not get cut off if is longer than the column width? See the attached document for a clear example and description of what I am trying to do...

Excel Q.xlsx‎

View 7 Replies View Related

Text Trimming - Display Part Of Cells Text Value Inside Another Cell

Jun 15, 2014

I want to know how to display part of a cells text value, inside another cell.

Suppose in cell A1 i have "20-Jun-14"

How would I get cell B2 to display just "Jun"?

View 4 Replies View Related

Display Text After A Common Starting Text?

Jan 23, 2013

I have a column of locations where all the locations start with 'SHIP TO - ' followed my the actual location which can be of varying lengths. How can I display everything after the 'SHIP TO - ' in an adjacent column. My instinct is to use a RIGHT Function, but I don't know how to get that to only display the variable length text after the 'SHIP TO - ', e.g. in another column I want this

SHIP TO - ABC COMPANY
SHIP TO - A VERY LONG LOCATION
SHIP TO - HERE

to show

ABC COMPANY
A VERY LONG LOCATION
HERE

View 6 Replies View Related

Hide Cell Error Display #DIV/0! - "LOW" Priority

Aug 3, 2008

Hide Cell Error Display #DIV/0! - "LOW&quot,

View 9 Replies View Related

Text Box To Display Text Randomly

Jan 30, 2009

I have a worksheet that has 20 quotes in cells A1:A20. Is it possible to have a userform display a different quote in a text box each time the form is activated?

View 5 Replies View Related

Display Text In Text Box In Userform

Feb 22, 2008

What code should I use to display a certain text (or number) in a text box in a UserForm?

View 7 Replies View Related

Find Specific Text In Cell That Matches Range Then Display Specific Text?

Aug 5, 2013

I'm trying to find vehicle make and model in a cell containing a lot of text and then display that in the formula cell. For example if A1 is a paragraph that contains somewhere within it "Ford" & "Ranger". I want B1 to display "Ford" and C1 to display "Ranger". I have a list of vehicles makes (column A) and models (column B) on a seperate sheet.

View 2 Replies View Related

Hide Text Box?

Feb 11, 2014

Is is possible to hide a text box?

View 3 Replies View Related

Show Row If Contains Text Hide All Others?

Mar 30, 2014

get my code to work.

I have a sheet with a dropdown box in cell "J1" which is meant as a 'Show only rows containing this value'.

Column Q, from row 3 downward has a pick box which lists the same values as the "J1" drop down box, but uses code to combine whats chosen with commas. An example of what is in a cell in column Q is "SeaHawk, BlackHawk, Squirrel, MRH", where cell J1 would be either "SeaHawk" or "MRH" or something completely different.

I need to only show rows, with text in column Q containing the smae text as J1.

View 8 Replies View Related

Hide Lines Containing Certain Text

May 2, 2008

I have an automated formula which i have to fill down to line 250, yet in the majority of cases i only need it to say line 20, and as a result i have loads of lines stating "Not Found" has anyone got a way to hide any lines containing either "Not Found" or a blank cell??

View 9 Replies View Related

Display Some Text In A Cell?

Feb 13, 2014

I am trying to display some text in a cell if the result of a different cell is #REF. How do I do that?

View 4 Replies View Related

Display Text In A Cell

Jan 16, 2009

irst Problem:

I need a little help with the same employee time sheet that I am working on in Excel 2007. I have a dropdown box in Cell E1 that lets the employee select their name. Example, if the choices in the drop down are: Smith, John Jones, Paul Nelson, Bob and Hall, Bill. So the names are Last Name, First Name. Once the employee chooses their name, I would like Cell G1 to display "Hello (E1). Welcome to AA Company." (where E1 is the employee's name but First Name Last Name - so it is reverse order of the choices in the dropdown). If E1 is left blank, I would like Cell G1 to display "Hello. Welcome to AA Company."

Second Problem:

How can I get rid of #VALUE! in a cell without messing up the formula of that cell or the cell it corresponds to??

View 14 Replies View Related

Display Some Text Based On Another Value?

Dec 28, 2011

I am trying to display some text based on another value

This is what i am trying to achieve

Conditional formatting (Refers to range(O3-P6)
=U3="A/L" (Then Display A/L in the cell)
=U3="SICK" (Then Display SICK in the cell)
=U3="OTHER" (Then Display OTHER in the cell)

View 6 Replies View Related

Display All Text In Another File

Mar 25, 2012

I have a calendar April and A5:N58 will display names of employees >>> they could be any where and could be more than once.

I would like to have these any name display on a seperate workbook in column A ---- so if calendar shows A8=Bill C22=Jim and N58=Sam then

on sepeate book A1=Bill A2=Jim and A3=Sam >>> if another name is added (jill) then A4=Jill if Jim is added again then A5=jim

View 3 Replies View Related

Display A Hyperlink As Text

Jan 11, 2009

I am trying to display a hyperlink as text, I want the hyperlink path to be displayed in a different cell as text.

View 9 Replies View Related

Display Url In A Cell As Text

Apr 21, 2006

When I enter a url in a cell it shows up underlined and with a different color (blue). I tried formatting as general or text to no avail. I deleted and reentered without http etc. but it still is underlined and blue. Anthing I type in that cell now is underlined and blue. If I click on the cell it launches my browser. I just want the text of the url in the cell.

View 4 Replies View Related

Display Text From Other Worksheet

Feb 16, 2007

How about if I have a long string of numbers that I want to display in another worksheet. For example, here is an item id off eBay, that I want displayed in another worksheet if it is present, otherwise, it should be blank. Here is the item id, they are all unique by the way.... 230092645222. I tried to use this formula below but it didn't work.

=IF(ISBLANK(inventory!S2),"",TEXT(inventory!S2))

View 5 Replies View Related

Hide And Unhide A Text Box By Check Box

Jun 29, 2014

in my work sheet I need to Hide & Unhide some text box By checking a checkbox it means if user mark the check box the text box will be appear & if uncheck it the text box will be hidden

View 8 Replies View Related

Hide Row Based On Text In Cell

Feb 8, 2012

I am looking for some macro code that will hide all rows except for those with certain text (i.e. W-NT or S1-DT). The cell range to search is C22-OU500.

View 5 Replies View Related

Using Conditional Formatting To Hide Text

Jan 14, 2010

I have an IF statement which sometimes returns the word "FALSE" and a SUMIF statement which sometimes returns the error #DIV/0!

I need to be able to hide the text in the cells when either value is returned.

I've managed to solve one of them (#DIV/0!) by using conditional formatting and using the formula =ISERROR(H35) then changing the text colour to white.
I can't think of a soution for the "FALSE"

View 9 Replies View Related

Hide Text Box On Embedded Chart

Mar 27, 2008

I have a workbook with two worksheets. On the second worksheet I have placed a chart, in which several shapes (text boxes) have been added manually. With the help of a TickBox in a UserForm on the first worksheet one can hide / unhide one of those shapes (on the second worksheet). By using the Macro recorder I finally came to this code fragment:

Application.ScreenUpdating = False
Worksheets("Second One").ChartObjects("Chart 41").Activate
ActiveChart.Shapes("Text Box 4").Visible = False
Worksheets("First One").Activate
Application.ScreenUpdating = True

Obviously another part of the code is used to make the shape visible again. roblem: The screen flickers. And I want to be able to do this without flickering. Searching Ozgrid revealed that the use of "Activate" makes the screen flicker. Hence, my question: How can I hide / unhide a shape (textbox) in a chart on another worksheet without of using "activate"? r: Any other way to hide / unhide a shape (textbox) in a chart on another worksheet without flicker?

View 2 Replies View Related

Cell Will Not Display All Text Characters? !

Aug 14, 2008

I pasted in 1369 characters (including spaces) to a cell, and NO MATTER what I try, all characters will not print.

If I have the cell up for formatting on the function line, all text can be seen, but for some reason it cuts off the last sentance or more and will not show it in print preview.

I've tried all kinds of cell text formatting, cell merging, etc. with no luck. The only work around I found is to just have the "missing text" on the following row.

View 4 Replies View Related

How Can I Display Another Cell As Hyperlink Text

Oct 16, 2008

I have a workbook that has a main sheet which provides stats from other sheets within the workbook. I have a hyperlink which goes to a certain place of sheet 2 and the displayed text shows the contents of a cell on sheet 2.

I know it's possible to have the hyperlink go to a certain cell on another workbook as opposed to worksheet, but I cant display the contents of a cell on another workbook as the text on the hyperlink.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved