IF Formula
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Sarath27
8 - Asteroid
‎07-18-2023
11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
=IF(IF(AR40832="GOVT",VLOOKUP('Flex data'!AA40832,'Price testing'!C:J,8,0),"")="GB","GB","")
Hi All,
Can you please explain me the logic in this formula ?
I only understand Vlookup here, rest I am confused,
Thanks,
Labels:
- Labels:
- Data Investigation
3 REPLIES 3
binuacs
21 - Polaris
‎07-18-2023
11:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Sarath27 If the Vlookup value is "GB" Then GB else blank
‎07-18-2023
11:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
IF [Sector]="GOVT" THEN "GB" ELSE "" ENDIF
what about vlookup?
what I did was, I just made a vlookup and then applied below formula, but the count is missing. Please correct me if I am wrong.
IF [Sector]="GOVT" THEN "GB" ELSE "" ENDIF - Multi Row formula been used.
binuacs
21 - Polaris
‎07-19-2023
12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Sarath27 For the lookup functionality you need to either use the Join tool or the Find and Replace tool, can you provide some sample input files and expected output file?
