Hi guys,
This is my formula that already exists below, I have sheet and I added three more columns, and I have no ideia how to pull from those sheets.
For example In this sheet I have option ABC
I chosse option A, get will get a value from my other sheet.
I dont know how to chance it.
=IF(S14="x",0,IF(AB14="Local",VLOOKUP(A14,local,(IF($O14="x",3,2)),FALSE),IF(AC14="Ramp",VLOOKUP(A14,ramp,(IF($N14="x",3,2)),FALSE),VLOOKUP(B14,state,(IF($N14="x",5,3)),FALSE))))
Bookmarks