Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default multiple arguments within a formula

I need advice regarding a formula, I'm trying to use multiple arguments for
an 'if' statement for a selection of rows.

=IF('Operational Mng
Practices'!C16=1,"Foundational","Non-Compliant",IF('Operational Mng
Practices'!C16=2,"Fundamental","Non-Compliant",IF('Operational Mng
Practices'!C16,"Developing","Non-Compliant",IF('Operational Mng
Practices'!C16=4,"Mature","Non-Compliant",IF('Operational Mng
Practices'!C16=5,"WorldClass","Non-Compliant")))))

anyone with advices???
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default multiple arguments within a formula

You could simplify it tremendously via a vlookup, viz.:
=IF('Operational Mng Practices'!C16="","",VLOOKUP('Operational Mng
Practices'!C16,{1,"Foundational";2,"Fundamental";3 ,"Developing";4,"Mature";5,"WorldClass"},2,0))

Aloha? High-five it here, click the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"GENO" wrote:
I need advice regarding a formula, I'm trying to use multiple arguments for
an 'if' statement for a selection of rows.

=IF('Operational Mng
Practices'!C16=1,"Foundational","Non-Compliant",IF('Operational Mng
Practices'!C16=2,"Fundamental","Non-Compliant",IF('Operational Mng
Practices'!C16,"Developing","Non-Compliant",IF('Operational Mng
Practices'!C16=4,"Mature","Non-Compliant",IF('Operational Mng
Practices'!C16=5,"WorldClass","Non-Compliant")))))

anyone with advices???

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,276
Default multiple arguments within a formula

Hi,
=IF('Operational Mng Practices'!C16=1,"Foundational",IF('Operational Mng
Practices'!C16=2,"Fundamental",IF('Operational Mng
Practices'!C16=3,"Developing",IF('Operational Mng
Practices'!C16=4,"Mature",IF('Operational Mng Practices'!C16=5,"World
Class","Non-Compliant")))))

"GENO" wrote:

I need advice regarding a formula, I'm trying to use multiple arguments for
an 'if' statement for a selection of rows.

=IF('Operational Mng Practices'!C16=1,"Foundational","Non-Compliant",IF('Operational Mng Practices'!C16=2,"Fundamental","Non-Compliant",IF('Operational Mng Practices'!C16,"Developing","Non-Compliant",IF('Operational Mng Practices'!C16=4,"Mature","Non-Compliant",IF('Operational Mng Practices'!C16=5,"WorldClass","Non-Compliant")))))

anyone with advices???

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,276
Default multiple arguments within a formula

Hi,
=IF('Operational Mng Practices'!C16=1,"Foundational",IF('Operational Mng
Practices'!C16=2,"Fundamental,IF('Operational Mng
Practices'!C16=3,"Developing",IF('Operational Mng
Practices'!C16=4,"Mature",IF('Operational Mng
Practices'!C16=5,"WorldClass","Non-Compliant")))))


"GENO" wrote:

I need advice regarding a formula, I'm trying to use multiple arguments for
an 'if' statement for a selection of rows.

=IF('Operational Mng
Practices'!C16=1,"Foundational","Non-Compliant",IF('Operational Mng
Practices'!C16=2,"Fundamental","Non-Compliant",IF('Operational Mng
Practices'!C16,"Developing","Non-Compliant",IF('Operational Mng
Practices'!C16=4,"Mature","Non-Compliant",IF('Operational Mng
Practices'!C16=5,"WorldClass","Non-Compliant")))))

anyone with advices???

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
If, multiple arguments puiuluipui Excel Discussion (Misc queries) 4 April 6th 09 02:23 PM
Formula with multiple arguments? FreisingSean Excel Worksheet Functions 5 December 29th 08 08:00 PM
Multiple Arguments ijt Excel Discussion (Misc queries) 3 November 20th 06 06:48 AM
sum with multiple arguments hotelmasters Excel Worksheet Functions 2 August 23rd 06 07:10 PM
Multiple Arguments dansargeant Excel Worksheet Functions 3 March 10th 06 08:06 AM


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