Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
C Anderson
 
Posts: n/a
Default Excel Formula to determine if cells contain certain data

Can anyone help me, I am really in need of a formula on how to deal with the
following setup:

A. Over various worksheets within my Workbook I am entering a Y or N.
B. On my totals page I need to be able to capture if a N entry has been
made by showing No.
C. If no N entries have been made I do not want to have anything shown.

Is there any formula that I can use to show this.

  #2   Report Post  
Michael
 
Posts: n/a
Default

One way
=IF(COUNTIF(Range,"=n"),COUNTIF(Range,"=n"),"")

HTH
Michael Mitchelson


"C Anderson" wrote:

Can anyone help me, I am really in need of a formula on how to deal with the
following setup:

A. Over various worksheets within my Workbook I am entering a Y or N.
B. On my totals page I need to be able to capture if a N entry has been
made by showing No.
C. If no N entries have been made I do not want to have anything shown.

Is there any formula that I can use to show this.

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

No need for =n, n suffices,

=IF(COUNTIF(range,"n"),"No","")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Michael" wrote in message
...
One way
=IF(COUNTIF(Range,"=n"),COUNTIF(Range,"=n"),"")

HTH
Michael Mitchelson


"C Anderson" wrote:

Can anyone help me, I am really in need of a formula on how to deal

with the
following setup:

A. Over various worksheets within my Workbook I am entering a Y or N.
B. On my totals page I need to be able to capture if a N entry has been
made by showing No.
C. If no N entries have been made I do not want to have anything shown.

Is there any formula that I can use to show this.



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
Excel: match two cells in one sheet to two cells in another and return a third cells value Spence Excel Worksheet Functions 3 February 13th 11 05:33 AM
changing the way Excel displays selected cells P Boric Excel Discussion (Misc queries) 1 July 28th 05 01:09 PM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Adding contents of cells by clicking in Excel 2002 Kevin Gordon Excel Discussion (Misc queries) 7 January 11th 05 04:49 PM


All times are GMT +1. The time now is 03:56 PM.

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

About Us

"It's about Microsoft Excel"