Please help which part wrong

SELECT(DELHI[PINCODE], ([AREA NAME] = [_THISROW].[AREA])) AND SELECT(UP[PINCODE], ([AREA NAME] = [_THISROW].[AREA])) AND SELECT(BIHAR[PINCODE], ([AREA NAME] = [_THISROW].[AREA]))

only first function working. second and third not working why!

1 3 107
3 REPLIES 3

What is the intended purpose of your expression?

I want pin code from multiple sheet.

area name to pincode

Steve
Platinum 4
Platinum 4

Everything about your expression is wrong. Why did you write it that way?

See also:

Top Labels in this Space