Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Flag when condition met

Hi

I have a large spreadsheet which is to be used to populate a database with
catalogue details. I have used conditional formatting to highlight any cells
where an inappropriate entry has been made ie length, number/text or blanks
(each column has a different set of criteria). However, rather than have to
visually check the entire spreadsheet to see if any errors had been
highlighted it would be extremely useful if at the top I had a cell which
would flag if any of the cells in the spreadsheet had met the set conditions.
If the flag indicated that no cells had inappropriate entries all well and
good or if it did indicate an error then I could look for the highlighted
cell in the data.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default Flag when condition met

I would have thought that the easiest way might be to include an extra
column to flag an error on a row by combining (with OR) the error conditions
for the cells on that row, and then finally combining with OR the cells in
that column. If that cell does indicate an error and you want to find the
rows with errors in them, you could autofilter on the error column looking
for a TRUE value.
--
David Biddulph

"Constantly Amazed" wrote in
message ...
Hi

I have a large spreadsheet which is to be used to populate a database with
catalogue details. I have used conditional formatting to highlight any
cells
where an inappropriate entry has been made ie length, number/text or
blanks
(each column has a different set of criteria). However, rather than have
to
visually check the entire spreadsheet to see if any errors had been
highlighted it would be extremely useful if at the top I had a cell which
would flag if any of the cells in the spreadsheet had met the set
conditions.
If the flag indicated that no cells had inappropriate entries all well and
good or if it did indicate an error then I could look for the highlighted
cell in the data.

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Flag when condition met

Thanks David

However, I understand that the OR function is limited to 30 logical
arguements but my spreadsheet has 21 columns all of which have at least 2
conditions ie no. of characters and text or number so I don't see that this
solution would allow me to cover all the possible errors in a row.

G

"David Biddulph" wrote:

I would have thought that the easiest way might be to include an extra
column to flag an error on a row by combining (with OR) the error conditions
for the cells on that row, and then finally combining with OR the cells in
that column. If that cell does indicate an error and you want to find the
rows with errors in them, you could autofilter on the error column looking
for a TRUE value.
--
David Biddulph

"Constantly Amazed" wrote in
message ...
Hi

I have a large spreadsheet which is to be used to populate a database with
catalogue details. I have used conditional formatting to highlight any
cells
where an inappropriate entry has been made ie length, number/text or
blanks
(each column has a different set of criteria). However, rather than have
to
visually check the entire spreadsheet to see if any errors had been
highlighted it would be extremely useful if at the top I had a cell which
would flag if any of the cells in the spreadsheet had met the set
conditions.
If the flag indicated that no cells had inappropriate entries all well and
good or if it did indicate an error then I could look for the highlighted
cell in the data.

Thanks




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default Flag when condition met

You could always use hidden columns to group a number of conditions
together, and then OR those.
--
David Biddulph

"Constantly Amazed" wrote in
message ...
Thanks David

However, I understand that the OR function is limited to 30 logical
arguements but my spreadsheet has 21 columns all of which have at least 2
conditions ie no. of characters and text or number so I don't see that
this
solution would allow me to cover all the possible errors in a row.

G

"David Biddulph" wrote:

I would have thought that the easiest way might be to include an extra
column to flag an error on a row by combining (with OR) the error
conditions
for the cells on that row, and then finally combining with OR the cells
in
that column. If that cell does indicate an error and you want to find
the
rows with errors in them, you could autofilter on the error column
looking
for a TRUE value.
--
David Biddulph

"Constantly Amazed" wrote in
message ...
Hi

I have a large spreadsheet which is to be used to populate a database
with
catalogue details. I have used conditional formatting to highlight any
cells
where an inappropriate entry has been made ie length, number/text or
blanks
(each column has a different set of criteria). However, rather than
have
to
visually check the entire spreadsheet to see if any errors had been
highlighted it would be extremely useful if at the top I had a cell
which
would flag if any of the cells in the spreadsheet had met the set
conditions.
If the flag indicated that no cells had inappropriate entries all well
and
good or if it did indicate an error then I could look for the
highlighted
cell in the data.

Thanks






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Flag when condition met

Thanks David

Sometimes the simple stuff just gets buried. Have a great Christmas.

"David Biddulph" wrote:

You could always use hidden columns to group a number of conditions
together, and then OR those.
--
David Biddulph

"Constantly Amazed" wrote in
message ...
Thanks David

However, I understand that the OR function is limited to 30 logical
arguements but my spreadsheet has 21 columns all of which have at least 2
conditions ie no. of characters and text or number so I don't see that
this
solution would allow me to cover all the possible errors in a row.

G

"David Biddulph" wrote:

I would have thought that the easiest way might be to include an extra
column to flag an error on a row by combining (with OR) the error
conditions
for the cells on that row, and then finally combining with OR the cells
in
that column. If that cell does indicate an error and you want to find
the
rows with errors in them, you could autofilter on the error column
looking
for a TRUE value.
--
David Biddulph

"Constantly Amazed" wrote in
message ...
Hi

I have a large spreadsheet which is to be used to populate a database
with
catalogue details. I have used conditional formatting to highlight any
cells
where an inappropriate entry has been made ie length, number/text or
blanks
(each column has a different set of criteria). However, rather than
have
to
visually check the entire spreadsheet to see if any errors had been
highlighted it would be extremely useful if at the top I had a cell
which
would flag if any of the cells in the spreadsheet had met the set
conditions.
If the flag indicated that no cells had inappropriate entries all well
and
good or if it did indicate an error then I could look for the
highlighted
cell in the data.

Thanks






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
Displaying a number with different decimals depending on a condition JGarces Excel Worksheet Functions 1 August 16th 06 05:37 PM
Need help with a Multiply Dependent One Cell Formula derekblain Excel Worksheet Functions 11 August 12th 06 02:59 AM
Changing of Colour if my condition is "High" Kelvin Pek Excel Worksheet Functions 1 August 2nd 06 08:44 AM
If more than condition forumula Corey Excel Worksheet Functions 3 June 20th 06 06:58 AM
conditional formatting - multiple condition jenhow Excel Discussion (Misc queries) 5 August 17th 05 02:45 PM


All times are GMT +1. The time now is 09:08 PM.

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"