Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I get a cell to highlight elsewhere in a row by entering a number
into the origin cell. Say I am in A1 and type in 8, well 8 cells to the right should be highlighted. How do I do that? PLEASE help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I believe Conditional Formatting will satisfy your request.
Try something like this: Select B1:M1 Format|Conditional Formatting Formula is: =(column(b1)-1)=$a1 Click the [Format...] button and set yoiur format Click the [OK] buttons Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Corrine" wrote: How can I get a cell to highlight elsewhere in a row by entering a number into the origin cell. Say I am in A1 and type in 8, well 8 cells to the right should be highlighted. How do I do that? PLEASE help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What do you mean by highlight? Do you want the cell to the right to be
selected, or do you just want it to change colors? If the latter, then select all the cells to the right of A1 & go to Format-Conditional Formatting... Select 'Formula is' and enter =(COLUMN()=$A1+1) Then click on the format button and choose the color you want on the patterns tab. Ok back to the spreadsheet "Corrine" wrote: How can I get a cell to highlight elsewhere in a row by entering a number into the origin cell. Say I am in A1 and type in 8, well 8 cells to the right should be highlighted. How do I do that? PLEASE help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I use a function to detect whether a cell is highlighted? | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
Want to click on 1 cell and have it hyperlinked to a highlighted c | Excel Worksheet Functions |