pratiksuhasaria
New Member
- Joined
- Mar 26, 2019
- Messages
- 24
Hi
I have two values in 2 different cells say
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]Forumla Used[/TD]
[TD="align: center"]Result[/TD]
[TD="align: center"]Excepted[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]=A1*B1[/TD]
[TD="align: center"]200[/TD]
[TD="align: center"]200[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]=ADDRESS(2,1,4)*ADDRESS(2,2,4)[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: center"]200[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
As u all can see that when using second formula there is some error which need to b rectified in order to get expected result
can anyone help me out with it
its really important.
Thanks
I have two values in 2 different cells say
[TABLE="width: 500, align: left"]<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]Forumla Used[/TD]
[TD="align: center"]Result[/TD]
[TD="align: center"]Excepted[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]=A1*B1[/TD]
[TD="align: center"]200[/TD]
[TD="align: center"]200[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]=ADDRESS(2,1,4)*ADDRESS(2,2,4)[/TD]
[TD="align: center"]#VALUE![/TD]
[TD="align: center"]200[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
As u all can see that when using second formula there is some error which need to b rectified in order to get expected result
can anyone help me out with it
its really important.
Thanks