Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
How do I put in more than 7 validations
 
Posts: n/a
Default How do I put in more than 7 validations in IF FORMALA in EXCEL

I have an excel sheet wherein I have a column in which I need to put in 30
validations . But the IF function is with 7 validations max. How can I do a
IF function with 30 validations
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default How do I put in more than 7 validations in IF FORMALA in EXCEL

Hi

=IF(condition1,NumValue1,0)+IF(condition2,NumValue 2,0)+...+IF(condition30,NumValue30,0)
=IF(condition1,TextValue1,"")&IF(condition2,TextVa lue2,"")&...&IF(condition30,NumValue30,0)
,or the same in shorter way (vor numeric responses only)
=(LogicalCondition1)*NumValue1+(LogicalCondition2) *NumValue2+...+(LogicalCondition30)*NumValue30

Or enter lookup table onto some sheet, and use VLOOKUP to get right value
(text or number) from there.


--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )


"How do I put in more than 7 validations" <How do I put in more than 7
validations @discussions.microsoft.com wrote in message
...
I have an excel sheet wherein I have a column in which I need to put in 30
validations . But the IF function is with 7 validations max. How can I do
a
IF function with 30 validations



  #3   Report Post  
Mangesh Yadav
 
Posts: n/a
Default How do I put in more than 7 validations in IF FORMALA in EXCEL

Use VLOOKUP instead. Check the help for vlookup.

Mangesh



"How do I put in more than 7 validations" <How do I put in more than 7
validations @discussions.microsoft.com wrote in message
...
I have an excel sheet wherein I have a column in which I need to put in 30
validations . But the IF function is with 7 validations max. How can I do

a
IF function with 30 validations



  #4   Report Post  
Bruno Campanini
 
Posts: n/a
Default How do I put in more than 7 validations in IF FORMALA in EXCEL

"How do I put in more than 7 validations" <How do I put in more than 7
validations @discussions.microsoft.com wrote in message
...
I have an excel sheet wherein I have a column in which I need to put in 30
validations . But the IF function is with 7 validations max. How can I do
a
IF function with 30 validations


Reorganize your data... 30 validations is ridiculous!

Bruno


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
"Group" function very slow with Excel 2003 :( ... While very quick with Excel2000 :O) Alain79 Excel Discussion (Misc queries) 4 June 14th 05 07:34 AM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


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