Alright soi im trying to make an if function that will check two columns and change a price depending on what in that column and id like it to function for both cloumns.
What i tried was =if(k6="EUR",j6*V28,j6,if(h6="EUR",g6*v28,g6)) v28 is the exchange rate and columns J and G are prices and H and K are currency labels. Im not familiar with &'s / ors but i think that might help because the one i made isnt working.
Please help!