Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default highlighting results

i have done a search and if the data was a match i gave a "1" and if not a
"0". Now is there a way to highlight an entire row of coresponding data if
that one column ="1"
--

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 229
Default highlighting results

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you want.
best Wishes
Sreedhar

"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if not a
"0". Now is there a way to highlight an entire row of coresponding data if
that one column ="1"
--

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default highlighting results

this works for one cell but i want to highlight that cell and the entire row
that it is in

--



"yshridhar" wrote:

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you want.
best Wishes
Sreedhar

"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if not a
"0". Now is there a way to highlight an entire row of coresponding data if
that one column ="1"
--

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 229
Default highlighting results

If so B1=
format/conditional formating/formula is =$a1=1, select the format
copy the fomats to C1,D1...
Adjust the range according to your worksheet
best wishes

"bkunes" wrote:

this works for one cell but i want to highlight that cell and the entire row
that it is in

--



"yshridhar" wrote:

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you want.
best Wishes
Sreedhar

"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if not a
"0". Now is there a way to highlight an entire row of coresponding data if
that one column ="1"
--

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default highlighting results

that didnt work any ideas
--



"yshridhar" wrote:

If so B1=
format/conditional formating/formula is =$a1=1, select the format
copy the fomats to C1,D1...
Adjust the range according to your worksheet
best wishes

"bkunes" wrote:

this works for one cell but i want to highlight that cell and the entire row
that it is in

--



"yshridhar" wrote:

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you want.
best Wishes
Sreedhar

"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if not a
"0". Now is there a way to highlight an entire row of coresponding data if
that one column ="1"
--



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default highlighting results

In CF you don't want to use Cell Value Is, but instead you need Formula Is/
=$A1=1

Amend your cell reference as appropriate, but notice the *absolute*
reference for the column and *relative* address for the row. I have assumed
that you are loking for a number 1, but if you want to look for the text
string, change it to =$A1="1"
--
David Biddulph

"bkunes" wrote in message
...
this works for one cell but i want to highlight that cell and the entire
row
that it is in


"yshridhar" wrote:

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you want.
best Wishes
Sreedhar


"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if
not a
"0". Now is there a way to highlight an entire row of coresponding
data if
that one column ="1"
--



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default highlighting results

it highlights but not correct row
--



"David Biddulph" wrote:

In CF you don't want to use Cell Value Is, but instead you need Formula Is/
=$A1=1

Amend your cell reference as appropriate, but notice the *absolute*
reference for the column and *relative* address for the row. I have assumed
that you are loking for a number 1, but if you want to look for the text
string, change it to =$A1="1"
--
David Biddulph

"bkunes" wrote in message
...
this works for one cell but i want to highlight that cell and the entire
row
that it is in


"yshridhar" wrote:

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you want.
best Wishes
Sreedhar


"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if
not a
"0". Now is there a way to highlight an entire row of coresponding
data if
that one column ="1"
--




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default highlighting results

That sounds as if you haven't put the right formula in the right cell. Look
again at your data and at your formula. What formula do you have in which
cell?
--
David Biddulph

"bkunes" wrote in message
...
it highlights but not correct row


"David Biddulph" wrote:

In CF you don't want to use Cell Value Is, but instead you need Formula
Is/
=$A1=1

Amend your cell reference as appropriate, but notice the *absolute*
reference for the column and *relative* address for the row. I have
assumed
that you are loking for a number 1, but if you want to look for the text
string, change it to =$A1="1"
--
David Biddulph

"bkunes" wrote in message
...
this works for one cell but i want to highlight that cell and the
entire
row
that it is in


"yshridhar" wrote:

Using Conditional Format
Format/conditional format/ cell value = 1, selecting the format you
want.
best Wishes
Sreedhar


"bkunes" wrote:

i have done a search and if the data was a match i gave a "1" and if
not a
"0". Now is there a way to highlight an entire row of coresponding
data if
that one column ="1"
--






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Sum Argument results do not equal cell results Excel Randy R Mullins Excel Worksheet Functions 3 August 9th 06 07:16 PM
highlighting cells that have desired results luposlipophobia Excel Discussion (Misc queries) 4 June 23rd 06 10:35 PM
Highlighting a Row Fufu Excel Worksheet Functions 2 March 17th 06 10:16 PM
How do I configure excel to show results when highlighting cells? Saulo Excel Discussion (Misc queries) 4 February 16th 06 12:08 AM
Highlighting blanks via GO TO SPECIAL is not highlighting blank cells - HELP, I'm totally stuck. Jamie Furlong Excel Discussion (Misc queries) 6 August 28th 05 09:27 PM


All times are GMT +1. The time now is 02:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"