Table contains numbers , as follows: (example) and table named as "sales"
A1=10 B1=15 C1=50
A2=2 B2=5 C2=7
A3=30 B3=20 C3=11
A4=4 B4=3 C4=25

D1=max(a1,c4) formula result is=50

on E1 cell, I want to find D1 value in which row and which column on the table"sales"

I know that result should be Row=1 column=3.

Which formula can show row and column value in E1 cell.(Not VBA but only formula)

Thanks in advance for reply.