Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TV
 
Posts: n/a
Default Multiple conditions in a formula

I am trying to build a formula that will fill a cell with the value from a
table if certain conditions exist in another adjacent cell. I tried to use
the IF formula and it would work except I need a total of 4 conditions.
In other words I want to fill a cell with one value if the adjacent cell
contains CCE and a different reference if the cell contains BCP etc.
Thanks for your help.
--
TV
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Multiple conditions in a formula

Maybe something like........

=IF(A1="CCE","ReturnThis",IF(A1="BCP","ReturnThat" ,IF(A1="ONE","ReturnThirdValue",IF(A1="TWO","Retur nFourthValue",""))))

Vaya con Dios,
Chuck, CABGx3




"TV" wrote:

I am trying to build a formula that will fill a cell with the value from a
table if certain conditions exist in another adjacent cell. I tried to use
the IF formula and it would work except I need a total of 4 conditions.
In other words I want to fill a cell with one value if the adjacent cell
contains CCE and a different reference if the cell contains BCP etc.
Thanks for your help.
--
TV

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TV
 
Posts: n/a
Default Multiple conditions in a formula

Thanks, it worked. I knew the answer was out there somewhere.
--
TV


"CLR" wrote:

Maybe something like........

=IF(A1="CCE","ReturnThis",IF(A1="BCP","ReturnThat" ,IF(A1="ONE","ReturnThirdValue",IF(A1="TWO","Retur nFourthValue",""))))

Vaya con Dios,
Chuck, CABGx3




"TV" wrote:

I am trying to build a formula that will fill a cell with the value from a
table if certain conditions exist in another adjacent cell. I tried to use
the IF formula and it would work except I need a total of 4 conditions.
In other words I want to fill a cell with one value if the adjacent cell
contains CCE and a different reference if the cell contains BCP etc.
Thanks for your help.
--
TV

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Multiple conditions in a formula

Happy to help.........and thanks for the feedback....

Vaya con Dios,
Chuck, CABGx3



"TV" wrote:

Thanks, it worked. I knew the answer was out there somewhere.
--
TV


"CLR" wrote:

Maybe something like........

=IF(A1="CCE","ReturnThis",IF(A1="BCP","ReturnThat" ,IF(A1="ONE","ReturnThirdValue",IF(A1="TWO","Retur nFourthValue",""))))

Vaya con Dios,
Chuck, CABGx3




"TV" wrote:

I am trying to build a formula that will fill a cell with the value from a
table if certain conditions exist in another adjacent cell. I tried to use
the IF formula and it would work except I need a total of 4 conditions.
In other words I want to fill a cell with one value if the adjacent cell
contains CCE and a different reference if the cell contains BCP etc.
Thanks for your help.
--
TV

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 Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
formula to fill text with multiple conditions jerry Excel Discussion (Misc queries) 2 September 8th 05 11:26 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Sum(if ... multiple conditions ... Interpretation? Ken Excel Discussion (Misc queries) 6 December 16th 04 10:23 PM


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