Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default 2 =IF conditions

=IF(O141000000000,"DUAL VP",IF(O14500000000,"VP", IF
(O14100000000,"AVP", "OFFICER")))

I what above condition to be true only when Cell A1 is selected "OUT"
and I want OFFICER to appear when "IN" is selected regardless of
amount.


There will be another if but I have no idea how to set it up.


Help will be appreaciated.


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default 2 =IF conditions


=if(a1="in","officer",if(o141000000000,"dual vp",if(o14500000000,"vp",
if
(o14100000000,"avp", "officer"))))


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=54822

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default 2 =IF conditions

On Jan 26, 3:27*pm, JBeaucaire
wrote:
=if(a1="in","officer",if(o141000000000,"dual vp",if(o14500000000,"vp",
if
(o14100000000,"avp", "officer"))))

--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile:http://www.thecodecage.com/forumz/member.php?userid=73
View this thread:http://www.thecodecage.com/forumz/sh...ad.php?t=54822


Excellent. Thanks a bunch for the help.
  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default 2 =IF conditions


Or this layout of the same idea:

=IF(A1="IN","OFFICER",LOOKUP(O14,
{0,100000000,500000000,1000000000},
{"OFFICER","AVP","VP","DUAL VP"}))

...might be easier to read and maintain, up to you.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=54822

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
Countif Conditions - Use of conditions that vary by cell value JonTarg Excel Discussion (Misc queries) 1 May 30th 08 01:21 PM
2 Conditions + Sum of a colum matching those conditions Jeffa Excel Worksheet Functions 5 June 8th 07 12:14 AM
How to use the conditions? - Liz Liz New Users to Excel 6 April 16th 07 10:04 PM
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


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