User Profile
psaavedra3
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
If Statement with V look up
Hello, I have a formula that is working great but i need to add another condition to the if statement. Right now my formula is looking for ARRVW and if it finds it, it will do a vlookup and return a value. I need it to start looking another value APCRD. I need the formula to look for both and either one of those is true do a vlookup and return a value. Can anyone help me? below is my existing formSolved1.5KViews0likes6CommentsWhy is my formula not working correctly
I have used a formula to find items over $1,000 and not in a session and while it finds some items correctly its still finding items that are on the sessions and still displaying as not on a session. In col E if its Yes it shouldn't have anything in col F. If you scroll down you will see a few items that have a YES in col E and "Above $1,000...." in col F. Why is that ? What is wrong with my formula. Here is the formula is col F: =IF(D48<=1000,"",IF(AND(D48>1000,NOT(ISNA(MATCH(C48,Sessions!$C$3:$C$1000,0)))),"","Above $1,000 and not in a Session"))2KViews0likes6CommentsCompare 2 lists of data and identify a cell that meets certain criteria
Below I have 2 lists and you will see a few lines are on both list but there are a few that are on 1 but not the other. If I am looking on my SCH List and see an invoice on this list that is over $1,000 and is not on my Session list I need to identify it. If you look at the SCH List you will see CT Corporation invoice # 23256391-RI but that invoice isn’t on my Session list. So I need a way to identify it. Does this help explain what I am trying to do ? Again thank you so much for your time and help with this. Session List: Vendor ID Vendor Name Invoice # Date Invoice Amount 12873 CSC 81039848 4/9/2022 $164.40 10868 CT Corporation 23861767-RI 4/14/2022 $313.70 27398 Quill Archivists 186 3/31/2022 $17.60 19850 Milton A. Policzer 322 3/1/2022 $935.50 SCH List: Invoice Number Vendor Vendor name Sep. Check? Pmt. Amount 23256391-RI 10868 CT Corporation No $1,467.43 80326081 12873 CSC No $159.60 81039848 12873 CSC No $164.40 322 19850 Milton A. Policzer No $935.50 186 27398 Quill Archivists No $17.60Solved
Groups
Recent Blog Articles
No content to show