Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 397
Default Nested if....?

Howdie...

Scenario...

cell A1 = Cats
A2 = Dogs
A3 = Mice
A4 = Bunnys

Depending on what a user chooses via a checkbox, the formulae will
append a True or False to cell B1 to B4...

So if user ticks Cats and Mice then b1 = True and B3 = True (b2 and b4
will be false)

My question is how do I see the result of the choice in another cell
(say A6).... so I want to see Cats and Mice as the answer in cell A6 in
this instance.

Obviously needs to change depending on what the user selects... he may
select one option, or all four....

Thanks

D




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Nested if....?

=Trim(if(B1,A1,"") & " " & if(B2,A2,"") & " " & if(B3,A3,"") & " " &
if(B4,A4,""))

--
Regards,
Tom Ogilvy


"Darin Kramer" wrote in message
...
Howdie...

Scenario...

cell A1 = Cats
A2 = Dogs
A3 = Mice
A4 = Bunnys

Depending on what a user chooses via a checkbox, the formulae will
append a True or False to cell B1 to B4...

So if user ticks Cats and Mice then b1 = True and B3 = True (b2 and b4
will be false)

My question is how do I see the result of the choice in another cell
(say A6).... so I want to see Cats and Mice as the answer in cell A6 in
this instance.

Obviously needs to change depending on what the user selects... he may
select one option, or all four....

Thanks

D




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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
Need to add to nested IF sernst Excel Worksheet Functions 4 August 4th 08 04:08 PM
nested if Janis Excel Discussion (Misc queries) 3 August 14th 07 06:42 PM
Nested IF Annie Excel Worksheet Functions 4 March 16th 07 08:35 PM
nested if based on nested if in seperate sheet. how? scouserabbit Excel Worksheet Functions 5 March 2nd 07 04:03 PM
What is quicker? Nested or non nested ifs andycharger[_17_] Excel Programming 2 February 25th 04 03:58 PM


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