PC Review


Reply
Thread Tools Rate Thread

Condtional format with formula - Part 2

 
 
=?Utf-8?B?c3NjaWFycmlubw==?=
Guest
Posts: n/a
 
      12th Mar 2007
I have this formula

=IF(ISNA(VLOOKUP(A17,'Data-FSList'!GEAC2000IntlFSList,2,FALSE)) =TRUE,
"DONOR NOT VALID",VLOOKUP(A17,'Data-FSList'!GEAC2000IntlFSList,2,FALSE))

on cell B17.

When the user selects a value in A17 from the drop down, it goes to sheet
'Data-FSList' to retrieve a value. If the value is not there it comes back
in field B17 'DONOR NOT VALID'

However when A17 contains no value from the drop down and is blank I do not
want 'DONOR NOT VALID' to show in cell B17.

Is there a way to add to the formula above if A17 is blank then B17 is blank

thanks
 
Reply With Quote
 
 
 
 
Trevor Shuttleworth
Guest
Posts: n/a
 
      12th Mar 2007
=IF(A17="","",IF(ISNA(VLOOKUP(A17,'Data-FSList'!GEAC2000IntlFSList,2,FALSE)),
"DONOR NOT VALID",VLOOKUP(A17,'Data-FSList'!GEAC2000IntlFSList,2,FALSE)))

Note that you don't need the "=TRUE"

Regards

Trevor


"ssciarrino" <(E-Mail Removed)> wrote in message
news:959B29FD-5504-400B-AC23-(E-Mail Removed)...
>I have this formula
>
> =IF(ISNA(VLOOKUP(A17,'Data-FSList'!GEAC2000IntlFSList,2,FALSE)) =TRUE,
> "DONOR NOT VALID",VLOOKUP(A17,'Data-FSList'!GEAC2000IntlFSList,2,FALSE))
>
> on cell B17.
>
> When the user selects a value in A17 from the drop down, it goes to sheet
> 'Data-FSList' to retrieve a value. If the value is not there it comes
> back
> in field B17 'DONOR NOT VALID'
>
> However when A17 contains no value from the drop down and is blank I do
> not
> want 'DONOR NOT VALID' to show in cell B17.
>
> Is there a way to add to the formula above if A17 is blank then B17 is
> blank
>
> thanks



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Condtional Format Dave Microsoft Excel Misc 3 18th Jul 2007 02:05 AM
How do I format text that is part of a formula? =?Utf-8?B?VEo=?= Microsoft Excel Misc 5 29th Dec 2005 07:54 PM
condtional format gloriana Microsoft Excel Misc 2 8th Nov 2004 09:54 PM
Condtional Format 123 Microsoft Access Form Coding 0 8th Mar 2004 12:03 AM
Condtional Format 123 Microsoft Access Form Coding 0 8th Mar 2004 12:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:30 AM.