Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
roy.okinawa
 
Posts: n/a
Default Yes, No, N/A in formula

Here is a formula that was provided to me. It works great. However, after
reconciling my data I found that some cells in column K will need to have a
N/A vice a number. Therefore, the below formula (in cloumn C) is reading the
N/A and providing a false "No". Actually if there is a N/A in column K then
the formula should also provide a N/A instead of a Yes or No. What needs to
be added?

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(C OUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes","No") ,"")))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Yes, No, N/A in formula

Hi!

That formula looks familiar.

Try this:

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(K 8="N/A","N/A",IF(COUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes ","No"),""))))

I'm assuming that the N/A is a text entry and not a logical value.

If it is in fact the logical #N/A, then:

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(I SNA(K8),"N/A",IF(COUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes ","No"),""))))

Biff

"roy.okinawa" wrote in message
...
Here is a formula that was provided to me. It works great. However,
after
reconciling my data I found that some cells in column K will need to have
a
N/A vice a number. Therefore, the below formula (in cloumn C) is reading
the
N/A and providing a false "No". Actually if there is a N/A in column K
then
the formula should also provide a N/A instead of a Yes or No. What needs
to
be added?

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(C OUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes","No") ,"")))



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
roy.okinawa
 
Posts: n/a
Default Yes, No, N/A in formula

Thanks again.

The first formula was it.

"Biff" wrote:

Hi!

That formula looks familiar.

Try this:

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(K 8="N/A","N/A",IF(COUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes ","No"),""))))

I'm assuming that the N/A is a text entry and not a logical value.

If it is in fact the logical #N/A, then:

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(I SNA(K8),"N/A",IF(COUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes ","No"),""))))

Biff

"roy.okinawa" wrote in message
...
Here is a formula that was provided to me. It works great. However,
after
reconciling my data I found that some cells in column K will need to have
a
N/A vice a number. Therefore, the below formula (in cloumn C) is reading
the
N/A and providing a false "No". Actually if there is a N/A in column K
then
the formula should also provide a N/A instead of a Yes or No. What needs
to
be added?

=IF(COUNT(AC8),"BER",IF(COUNT(AD8),"Canceled",IF(C OUNT(V8),IF(AND(COUNT(J8,K8)=2,J8<=K8),"Yes","No") ,"")))




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
Hide formula skateblade Excel Worksheet Functions 10 October 15th 05 08:36 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 05:21 AM.

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"