srizki
Well-known Member
- Joined
- Jan 14, 2003
- Messages
- 1,860
- Office Version
- 365
- Platform
- Windows
<STYLE>st1\:* { BEHAVIOR: url(#ieooui)}</STYLE><STYLE>@font-face { font-family: Century Gothic;}@font-face { font-family: HGPSoeiKakugothicUB;}@font-face { font-family: @HGPSoeiKakugothicUB;}@page Section1 {size: 612.0pt 792.0pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin: 36.0pt; mso-footer-margin: 36.0pt; mso-paper-source: 0; }P.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; mso-fareast-font-family: HGPSoeiKakugothicUB; mso-style-parent: ""; mso-pagination: widow-orphan}LI.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; mso-fareast-font-family: HGPSoeiKakugothicUB; mso-style-parent: ""; mso-pagination: widow-orphan}DIV.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; mso-fareast-font-family: HGPSoeiKakugothicUB; mso-style-parent: ""; mso-pagination: widow-orphan}P { FONT-SIZE: 12pt; FONT-FAMILY: "Times New Roman"; mso-fareast-font-family: HGPSoeiKakugothicUB}SPAN.SpellE { mso-style-name: ""; mso-spl-e: yes}DIV.Section1 { page: Section1}</STYLE>
I need to use LOOKUP or INDEX&MATCH formual to bring matched values from column N to column AD, I am using this formula,
=IF(N2,"Presence","Presence",lookup(9.99999999999999e+307,SEARCH(N2,'[Lookup-Master-table.xls]Activity'!$D$2:$D$181).'[Lookup-Master-table.xls]Activity'!$E$2:$E$181)
What I want from this formula to do this, if there is word "Presence" in column N, put "Presence" in corresponding cell of column AD, other wise see Lookup_Master-table.
Lookup master does have Presence but that corresponds to any three digit number. Most of three digit numbers in column N have been converted to word Presence.
I need to adjust the above formula.
Thanks
=IF(N2,"Presence","Presence",lookup(9.99999999999999e+307,SEARCH(N2,'[Lookup-Master-table.xls]Activity'!$D$2:$D$181).'[Lookup-Master-table.xls]Activity'!$E$2:$E$181)
What I want from this formula to do this, if there is word "Presence" in column N, put "Presence" in corresponding cell of column AD, other wise see Lookup_Master-table.
Lookup master does have Presence but that corresponds to any three digit number. Most of three digit numbers in column N have been converted to word Presence.
I need to adjust the above formula.
Thanks