Hi All,
I have in the below tool the unit price of a product which is extracted by the following function from another sheet in the workbook.
So in the sheet where the VLOOKUP is performed it either finds the normal price or the Promo price. I want to add in the above function the text "Promo price at:" coupled with the promo price when it founds it.
Any hint would be appreciated.
I have in the below tool the unit price of a product which is extracted by the following function from another sheet in the workbook.
Excel Formula:
=IFERROR(IF(VLOOKUP(A4;'SΕRVERS & OPTIONS'!B:E;4;0)="-";VLOOKUP(A4;'SΕRVERS & OPTIONS'!B:D;3;0);VLOOKUP(A4;'SΕRVERS & OPTIONS'!B:E;4;0))*(1-($S$2-1)%);)
So in the sheet where the VLOOKUP is performed it either finds the normal price or the Promo price. I want to add in the above function the text "Promo price at:" coupled with the promo price when it founds it.
Any hint would be appreciated.