Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Am trying to populate data from MASTER into sub tables. Have the flwg
formulas:- C1 BOOKS (example) B2 =If(A2="""","""",(VLOOKUP(A2,MASTER,8))) C2 =IF(EXACT(B2,C$1)=TRUE,"","ERROR") Assistance required, when A2 is " " (blank) C2 should be blank as well. -- Robert |
#2
![]() |
|||
|
|||
![]()
Perhaps try instead these:
In B2: =3D IF(A2=3D"","",VLOOKUP(A2,Master,8)) =20 In C2: =3D IF(A2=3D"","",IF(EXACT(B2,C$1)=3DTRUE,"","ERROR")) -- Rgds Max xl 97 --- GMT+8, 1=B0 22' N 103=B0 45' E xdemechanik <atyahoo<dotcom ---- "Robert" wrote: Am trying to populate data from MASTER into sub tables.=20 Have the flwg=20 formulas:- C1 BOOKS (example) B2 =3DIf(A2=3D"""","""",(VLOOKUP(A2,MASTER,8))) C2 =3DIF(EXACT(B2,C$1)=3DTRUE,"","ERROR") Assistance required, when A2 is " " (blank) C2 should be=20 blank as well. --=20 Robert |
#3
![]() |
|||
|
|||
![]()
Thanks Max.
"Max" wrote: Perhaps try instead these: In B2: = IF(A2="","",VLOOKUP(A2,Master,8)) In C2: = IF(A2="","",IF(EXACT(B2,C$1)=TRUE,"","ERROR")) -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "Robert" wrote: Am trying to populate data from MASTER into sub tables. Have the flwg formulas:- C1 BOOKS (example) B2 =If(A2="""","""",(VLOOKUP(A2,MASTER,8))) C2 =IF(EXACT(B2,C$1)=TRUE,"","ERROR") Assistance required, when A2 is " " (blank) C2 should be blank as well. -- Robert |
#4
![]() |
|||
|
|||
![]()
You're welcome, Robert!
Thanks for posting back -- Rgds Max xl 97 --- GMT+8, 1=B0 22' N 103=B0 45' E xdemechanik <atyahoo<dotcom ---- "Robert" wrote: Thanks Max. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP not returning results | Excel Worksheet Functions | |||
Determine cells that drive conditional formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) | |||
copy conditional format as ACTUAL format | Excel Discussion (Misc queries) | |||
VLOOKUP not working | Excel Worksheet Functions |