Provided by:
list = {{z, x, c, d}, {1, 2, 3, 4}}
I would like to do the following:
(#3/2 +
Unfortunately, the result:

So far my desired result is:

obtained using:
(#3/2 +
- Part II: AIR CONDITIONING
Trying to do this:
Select[list[[2]],
How can I specify a C # sublist if possible?
Answer kindly provided by Leonid (described in detail below):
Select[#[[2]], # > 2 &] &[list]
source
share