Share via

Hightlight cells which require input

Anonymous
2011-10-22T02:00:03+00:00

Hi All

How can I highlight the cells that require input by others but will not show cells highlighted (coloured) if no data is keyed.

Thanks in advance.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-10-22T06:37:31+00:00

... I need the blank cellls to be printed as a BLANK cell (without colour) ...

Go to the ribbon's Page Layout tab and click the small arrow in the lower right corner of the Page Setup section.

                  

When the Page Setup dialog opens, go to the Sheet tab and put a checkmark beside Black and white in the middle Print section. Check the print status of the color highlighted cells with the Print Preview button, then click OK to save and exit.

Was this answer helpful?

0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2011-10-22T06:13:19+00:00

    Hi JLLatham

    Although your answer is not what I want but it helps me to save more work in designing my form.

    Thanks.

    vcff

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2011-10-22T05:21:39+00:00

    Thanks for the reply.

    one issue.

    If I have mulitiple cells formated for input (highlighted in colour) but not all cells may have the data (blank cell) and upon printing, the blank cells will be printed in colour.

    I need the blank cellls to be printed as a BLANK cell (without colour).

    Regards

    vcff

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2011-10-22T02:42:42+00:00

    I read your request a little differently than I think Ashish Mathur has.

    As I understand it, you want the cells that others need to enter data in to remain unhighlighted until something indicates it is time for those others to make entries into those cells?  If I've interpreted this properly, then read on...

    First identify a cell that we will use as the indicator cell - when something is entered into it, it means that it time for the "others" to provide input into what will become highlighted cells.  For the example I will pick cell A1 as that indicator cell.  And I will assume that you want to highlight cells C3:E7 when it is time for them to be filled in by others.

    Select the cells C3:E7 and go to Home > Styles > Condition formatting > New Rule > Use a formula to determine which cells to format

    In the formula box, enter  =AND($A$1<>"",C3="")

    Apply the cell shading as desired and click [OK] to finish up.  As Ashish Mathur indicated you can even copy/paste special the format to other cells.

    After that, the cells C3:E7 will remain unshaded until you make an entry into A1 and will remain shaded until someone makes an entry into them at which time they will become unhighlighted.

    Was this answer helpful?

    0 comments No comments
  4. Ashish Mathur 101.9K Reputation points Volunteer Moderator
    2011-10-22T02:09:43+00:00

    Hi,

    So you want to highlight cells which require inputs and when data is entered in them, you want the colour to vamish

    1. Click on cell A1 and go to Home > Styles > Condition formatting > New Rule > Use a formual to determine which cells to format

    1. In the formula box there, enter =A1=""
    2. Apply any background colouring
    3. Click on OK > Finish
    4. Copy cell A1, select the range, right click > Paste Special > Formats

    Hope this helps.

    Was this answer helpful?

    0 comments No comments