Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Post 3 IFs argument in one formula

Hi all,

Please help. I'm trying to come up with 3 IFs argument in one formula.

My original formula: =IF(P6N6,"Not Met","Met")

I want to add: If cells P6 and N6 shows blank, show blank as well (instead of Met or Not Met).

Please help guys :(
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default 3 IFs argument in one formula

Hi,

Am Wed, 19 Jun 2013 13:13:33 +0100 schrieb Cherrygrocery:

My original formula: =IF(P6N6,"Not Met","Met")

I want to add: If cells P6 and N6 shows blank, show blank as well
(instead of Met or Not Met).


try:
=IF(LEN(P6&N6)=0,"",IF(P6N6,"Not Met","Met"))


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Junior Member
 
Posts: 1
Smile

Quote:
Originally Posted by Cherrygrocery View Post
Hi all,

Please help. I'm trying to come up with 3 IFs argument in one formula.

My original formula: =IF(P6N6,"Not Met","Met")

I want to add: If cells P6 and N6 shows blank, show blank as well (instead of Met or Not Met).

Please help guys :(
Here is a simple way, add:
If(and(P6="",n6="")," ", if(p6n6,"Not Met","Met"))
Hope this helps!!!!
-Dave

Last edited by Calicojack : June 21st 13 at 07:57 PM Reason: typo
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
Formula needed: argument changes as more data is added BK Excel Worksheet Functions 9 March 12th 09 02:24 AM
Masny argument Formula Michell Major Excel Discussion (Misc queries) 2 October 16th 06 03:27 PM
Need help with multiple argument formula Bill_De Excel Worksheet Functions 2 April 14th 06 09:03 AM
Function (array argument, range argument, string argument) vba Witek[_2_] Excel Programming 3 April 24th 05 03:12 PM
How to add an argument to every cell in a range containing same type formula?? foamfollower Excel Programming 2 January 21st 04 03:29 AM


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