I have this in my excel worksheet. I need to display specific charge for a specific place.
This is my sheet looks like.
Column A
A1: PLACE1
A2: PLACE2
A3: PLACE3
COLUMN B
B1: ADRESS PLACE1
B2: ADRESS PLACE2
B3: ADRESS PLACE3
COLUMN C
C1:CHARGE1($1)
C2:CHARGE2($2)
C3:CHARGE3($3)
COLUMN D
D1: INPUT PLACE
COLUMN E
E1: INPUT PLACE
COLULM F
F1: DISPLAY THE CHARGE
here is my working formula:
COLUMN F
F1:
{=INDEX($C$1:$C$3,MATCH(1,(E1=$A1:$A3)*(F1=$B$1:$B$3),0))}
here goes the problem..
sometimes when certain place is inputed in column E has the word "CITY"..if that happens, my formula does work anymore...my formula only works if you input place that is exactly the same spelling/spaces in column A. hope you get what i mean...thanks in advance.
please see attachment..thanks
Bookmarks