Maximillon
New Member
- Joined
- Feb 26, 2019
- Messages
- 5
I have wore google out past few days trying to figure this out.
I am currently using vlookup to pull cost from another workbook.
=VLOOKUP(C12,'[Quote Database.xlsx]Cost'!$A$2:$C$2013,2, FALSE)
However sometimes there will be 2 different costs for the same part number. If that is the case I just want the cost cell to say Void. So we can manually look up the cost.
2nd way maybe?
I also use this to pull over Yen cost in a different cell (I12)
=VLOOKUP(C12,'[Quote Database.xlsx]Cost'!$A$2:$C$2013,3, FALSE)
=IF D12 is "CT" or "ST" AND I12 is greater then 0 VOID
this is saying hey this part is made in CT or ST (US) but there is a Japan cost (meaning there is multiple costs)
Possibly confusing, I can message a sample of the workbook if need be.
Thanks for any help!
I am currently using vlookup to pull cost from another workbook.
=VLOOKUP(C12,'[Quote Database.xlsx]Cost'!$A$2:$C$2013,2, FALSE)
However sometimes there will be 2 different costs for the same part number. If that is the case I just want the cost cell to say Void. So we can manually look up the cost.
2nd way maybe?
I also use this to pull over Yen cost in a different cell (I12)
=VLOOKUP(C12,'[Quote Database.xlsx]Cost'!$A$2:$C$2013,3, FALSE)
=IF D12 is "CT" or "ST" AND I12 is greater then 0 VOID
this is saying hey this part is made in CT or ST (US) but there is a Japan cost (meaning there is multiple costs)
Possibly confusing, I can message a sample of the workbook if need be.
Thanks for any help!