#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Formula question

I'm hoping you can advise.

I have a formula which compares one data against another and returns a value
of 'met' or 'not met'. What I'd like to include is, if there is no entry in a
particular column (in this case column O), for a value of 'not met' to be
returned.

Here is the formula:

=IF(O29-E29LOOKUP(K29,{"High"},{5}),"Not Met", "Met")

Could what I'm asking for be incorporated into one formula or would I need
separate ones?

Thank you in advance.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula question

=if(o29="","not met",IF(O29-E29LOOKUP(K29,{"High"},{5}),"Not Met", "Met"))

is one way.



Kierano wrote:

I'm hoping you can advise.

I have a formula which compares one data against another and returns a value
of 'met' or 'not met'. What I'd like to include is, if there is no entry in a
particular column (in this case column O), for a value of 'not met' to be
returned.

Here is the formula:

=IF(O29-E29LOOKUP(K29,{"High"},{5}),"Not Met", "Met")

Could what I'm asking for be incorporated into one formula or would I need
separate ones?

Thank you in advance.


--

Dave Peterson
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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Formula question goodolehuskers Excel Worksheet Functions 1 July 19th 06 11:10 PM
Repeating Formula Question THSaldivar Excel Discussion (Misc queries) 1 July 3rd 06 03:36 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


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