Hi
I have two values in 2 different cells say
<tbody>
A
B
Forumla Used
Result
Excepted
1
10
20
=A1*B1
200
200
2
10
20
=ADDRESS(2,1,4)*ADDRESS(2,2,4)
#VALUE!
200
3
</tbody>
As u all can see that when using second formula there is some error which need to b rectified...