If or help

guaya81

New Member
Joined
May 9, 2018
Messages
25
good day

thanks for looking do some can see whats wrong with this formula it seems that I have been watching it too much and can't find the issue for not working

=IF(OR($B48="Withdrawn",$B48="CREDIT CARD"),IFERROR(VLOOKUP($Y48,'EFT Information'!$A:$L,13,0),"Not EFT"),"Not EFT")


13-GUTEMEDWithdrawn
00-COMPTECHCREDIT CARD

<tbody>
</tbody>

this formula suppose to go and look if the below sheet contain withdrawn or credit card and if it those are going to vlookup and get the info and if is nothing to find then will get the not EFT, but I have information there and still is not EFT


thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Are you sure that data you are looking up matches EXACTLY?
Any extra spaces or characters will cause them not to match.

Also, while trying to figure out the problem, I would recommend temporarily changing your FALSE clauses to "Not EFT1" and "Not EFT2", so you can tell which clause your formula is hitting.
Then you can tell if the issue is with your IF or your VLOOKUP.
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,255
Members
448,556
Latest member
peterhess2002

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top