Formula not working on a cell which has an other formula

ahmad08

New Member
Joined
Aug 9, 2017
Messages
21
Hi,

I am working on a sheet having 3 columns as below.

A B C
[TABLE="width: 111"]
<colgroup><col></colgroup><tbody>[TR]
[TD]AED 112,980.00[/TD]
[/TR]
[TR]
[TD]AED 129,720.00[/TD]
[/TR]
[TR]
[TD]AED 419,456.00[/TD]
[/TR]
[TR]
[TD]AED 373,417.50[/TD]
[/TR]
</tbody>[/TABLE]

In column B I am using formula =RIGHT(A1,LEN(A1)-3)
In column C I am using formula =MAX(B1:B96)

Formula in column C is not working but when I write value in column B manually it starts working.

Below is link of file.

Formula not working on a cell having other formula.xlsx - Google Drive
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Try changing the formula in B to this.

=VALUE(RIGHT(A1,LEN(A1)-3))
 
Upvote 0

Forum statistics

Threads
1,224,828
Messages
6,181,209
Members
453,022
Latest member
RobertV1609

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top