Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default row wise query

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1 will be
present though one hightligted in yellow and another highlighted in green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen and
if no corresponding yellow then it has be displayed as additon or if empid 1
(yellow) is seen and if no corresponding red then it has be displayed as
deletion

would really appreciate any help on this

thanks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,090
Default row wise query

Gerald
You must understand that no one who is reading what you wrote has any
idea about what you mean by the terms you use. Please post back and explain
what you have, what you want to have, and how you want to get from one to
the other, and do it all in plain common words. For instance, explain:
"empit 1"
"displayed as addition"
"displayed as deletion"
HTH Otto
"Gerald" wrote in message
...
dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1 will
be
present though one hightligted in yellow and another highlighted in green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen and
if no corresponding yellow then it has be displayed as additon or if empid
1
(yellow) is seen and if no corresponding red then it has be displayed as
deletion

would really appreciate any help on this

thanks



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default row wise query

How did things get to be red, yellow or green in the first place? And by
"highlighted" do you mean the font/text is colored or the cell background is
colored?

Keep in mind that formulas in cells can't determine the color of a cell's
font (text) or background. A solution using colors is going to take VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1 will be
present though one hightligted in yellow and another highlighted in green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen and
if no corresponding yellow then it has be displayed as additon or if empid 1
(yellow) is seen and if no corresponding red then it has be displayed as
deletion

would really appreciate any help on this

thanks

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default row wise query

apologies for not been clear, allow me to explain again with below e.g.

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does not have
00010, it should display in column 3 as addition

hope I was clear now

Thanks for looking into my query


"Otto Moehrbach" wrote:

Gerald
You must understand that no one who is reading what you wrote has any
idea about what you mean by the terms you use. Please post back and explain
what you have, what you want to have, and how you want to get from one to
the other, and do it all in plain common words. For instance, explain:
"empit 1"
"displayed as addition"
"displayed as deletion"
HTH Otto
"Gerald" wrote in message
...
dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1 will
be
present though one hightligted in yellow and another highlighted in green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen and
if no corresponding yellow then it has be displayed as additon or if empid
1
(yellow) is seen and if no corresponding red then it has be displayed as
deletion

would really appreciate any help on this

thanks




  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,090
Default row wise query

Gerald
What does "it should display in column 3 as addition" mean? Exactly
what do you want to see in column 3? And what is the rational that would
drive column 3 to "display as addition"? HTH Otto
"Gerald" wrote in message
...
apologies for not been clear, allow me to explain again with below e.g.

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does not
have
00010, it should display in column 3 as addition

hope I was clear now

Thanks for looking into my query


"Otto Moehrbach" wrote:

Gerald
You must understand that no one who is reading what you wrote has any
idea about what you mean by the terms you use. Please post back and
explain
what you have, what you want to have, and how you want to get from one to
the other, and do it all in plain common words. For instance, explain:
"empit 1"
"displayed as addition"
"displayed as deletion"
HTH Otto
"Gerald" wrote in message
...
dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1
will
be
present though one hightligted in yellow and another highlighted in
green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen
and
if no corresponding yellow then it has be displayed as additon or if
empid
1
(yellow) is seen and if no corresponding red then it has be displayed
as
deletion

would really appreciate any help on this

thanks








  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default row wise query

below is a test example

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does not have
00010, it should display in column 3 as addition



"JLatham" wrote:

How did things get to be red, yellow or green in the first place? And by
"highlighted" do you mean the font/text is colored or the cell background is
colored?

Keep in mind that formulas in cells can't determine the color of a cell's
font (text) or background. A solution using colors is going to take VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1 will be
present though one hightligted in yellow and another highlighted in green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen and
if no corresponding yellow then it has be displayed as additon or if empid 1
(yellow) is seen and if no corresponding red then it has be displayed as
deletion

would really appreciate any help on this

thanks

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,090
Default row wise query

Gerald
We are not connecting. To "display as addition" means nothing to me.
Don't say that column 3 "should display as addition". Tell me exactly what
you want to see in column 3 and also tell me why column 3 should show that.
In other words, what is the logic behind what you want to see in column 3?
HTH Otto
"Gerald" wrote in message
...
below is a test example

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does not
have
00010, it should display in column 3 as addition



"JLatham" wrote:

How did things get to be red, yellow or green in the first place? And by
"highlighted" do you mean the font/text is colored or the cell background
is
colored?

Keep in mind that formulas in cells can't determine the color of a cell's
font (text) or background. A solution using colors is going to take VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1
will be
present though one hightligted in yellow and another highlighted in
green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen
and
if no corresponding yellow then it has be displayed as additon or if
empid 1
(yellow) is seen and if no corresponding red then it has be displayed
as
deletion

would really appreciate any help on this

thanks



  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 109
Default row wise query

I'm pretty sure no-one here has a clue what you are trying to achieve,
so try this in cell C1

=IF(A1:A3<00010,"as addition","")


George Gee



"Gerald" wrote in message
...
below is a test example

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does not
have
00010, it should display in column 3 as addition



"JLatham" wrote:

How did things get to be red, yellow or green in the first place? And by
"highlighted" do you mean the font/text is colored or the cell background
is
colored?

Keep in mind that formulas in cells can't determine the color of a cell's
font (text) or background. A solution using colors is going to take VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1
will be
present though one hightligted in yellow and another highlighted in
green

I am doing a comparision on column empid i.e. if empid 1 (red) is seen
and
if no corresponding yellow then it has be displayed as additon or if
empid 1
(yellow) is seen and if no corresponding red then it has be displayed
as
deletion

would really appreciate any help on this

thanks



  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default row wise query

Hi George

Not sure I am going to fair any better than you at interpreting Gerald's
requirement, but here goes

Does List1, List 2 List 3 refer to named ranges?
If so, then maybe in C1
=IF(COUNTIF(INDIRECT(A1),B1),"","as addition")

--
Regards

Roger Govier


"George Gee" wrote in message
...
I'm pretty sure no-one here has a clue what you are trying to achieve,
so try this in cell C1

=IF(A1:A3<00010,"as addition","")


George Gee



"Gerald" wrote in message
...
below is a test example

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does
not have
00010, it should display in column 3 as addition



"JLatham" wrote:

How did things get to be red, yellow or green in the first place?
And by
"highlighted" do you mean the font/text is colored or the cell
background is
colored?

Keep in mind that formulas in cells can't determine the color of a
cell's
font (text) or background. A solution using colors is going to take
VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1
will be
present though one hightligted in yellow and another highlighted
in green

I am doing a comparision on column empid i.e. if empid 1 (red) is
seen and
if no corresponding yellow then it has be displayed as additon or
if empid 1
(yellow) is seen and if no corresponding red then it has be
displayed as
deletion

would really appreciate any help on this

thanks





  #10   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 109
Default row wise query

Hi Roger

Maybe one of us is on the right lines, not sure,
but I think we're only scratching the surface here.
We've not yet addressed the colour comparisons
in the original post!

Also I would dearly like to know what "empid" means,
sounds fascinating.

George Gee


"Roger Govier" wrote in message
...
Hi George

Not sure I am going to fair any better than you at interpreting Gerald's
requirement, but here goes

Does List1, List 2 List 3 refer to named ranges?
If so, then maybe in C1
=IF(COUNTIF(INDIRECT(A1),B1),"","as addition")

--
Regards

Roger Govier


"George Gee" wrote in message
...
I'm pretty sure no-one here has a clue what you are trying to achieve,
so try this in cell C1

=IF(A1:A3<00010,"as addition","")


George Gee



"Gerald" wrote in message
...
below is a test example

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does not
have
00010, it should display in column 3 as addition



"JLatham" wrote:

How did things get to be red, yellow or green in the first place? And
by
"highlighted" do you mean the font/text is colored or the cell
background is
colored?

Keep in mind that formulas in cells can't determine the color of a
cell's
font (text) or background. A solution using colors is going to take
VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid 1
will be
present though one hightligted in yellow and another highlighted in
green

I am doing a comparision on column empid i.e. if empid 1 (red) is
seen and
if no corresponding yellow then it has be displayed as additon or if
empid 1
(yellow) is seen and if no corresponding red then it has be displayed
as
deletion

would really appreciate any help on this

thanks





  #11   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default row wise query

Hi George
Also I would dearly like to know what "empid" means,


My guess is Employee ID?


--
Regards

Roger Govier


"George Gee" wrote in message
...
Hi Roger

Maybe one of us is on the right lines, not sure,
but I think we're only scratching the surface here.
We've not yet addressed the colour comparisons
in the original post!

Also I would dearly like to know what "empid" means,
sounds fascinating.

George Gee


"Roger Govier" wrote in message
...
Hi George

Not sure I am going to fair any better than you at interpreting
Gerald's requirement, but here goes

Does List1, List 2 List 3 refer to named ranges?
If so, then maybe in C1
=IF(COUNTIF(INDIRECT(A1),B1),"","as addition")

--
Regards

Roger Govier


"George Gee" wrote in message
...
I'm pretty sure no-one here has a clue what you are trying to
achieve,
so try this in cell C1

=IF(A1:A3<00010,"as addition","")


George Gee



"Gerald" wrote in message
...
below is a test example

column1 column2 column3
list 1 00010
list 1 00010
list2 00011

I need a check on these 3 rows and if from above example list2 does
not have
00010, it should display in column 3 as addition



"JLatham" wrote:

How did things get to be red, yellow or green in the first place?
And by
"highlighted" do you mean the font/text is colored or the cell
background is
colored?

Keep in mind that formulas in cells can't determine the color of a
cell's
font (text) or background. A solution using colors is going to
take VBA
coding.

"Gerald" wrote:

dears,

I have a excelsheet with name excelsheet 3 with 5000 rows.
It has more or less same information i.e. 2 or 3 rows with empid
1 will be
present though one hightligted in yellow and another highlighted
in green

I am doing a comparision on column empid i.e. if empid 1 (red)
is seen and
if no corresponding yellow then it has be displayed as additon
or if empid 1
(yellow) is seen and if no corresponding red then it has be
displayed as
deletion

would really appreciate any help on this

thanks





  #12   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 109
Default row wise query

Hi Roger

Ah, not very exciting after all......!

George Gee


"Roger Govier" wrote in message
...
Hi George
Also I would dearly like to know what "empid" means,


My guess is Employee ID?


Regards


Roger Govier



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
row wise query Gerald Excel Discussion (Misc queries) 1 October 14th 06 12:51 PM
Problems importing from an Access query Mike Excel Discussion (Misc queries) 0 June 20th 06 09:35 PM
changing query source [email protected] Excel Worksheet Functions 2 March 21st 06 08:55 PM
AHHH! Again JAA149 Excel Discussion (Misc queries) 0 October 31st 05 11:36 AM
AHHHH-Get Data from Multiple Excel workbooks JAA149 Excel Discussion (Misc queries) 5 October 30th 05 05:19 PM


All times are GMT +1. The time now is 12:23 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"