Hi,
I require code for displaying only numeric values and special characters "." and "," in a particular cell which has alpha numeric characters and other special characters.
For Example: Cell A1 is given a text input as "HIGH : 1,234.56", and Cell B1 is given text input as "LOWS : 1,111.22". I want the values to be displayed as 1,234.56 and 1,111.22 in their respective cells.
Is there any way to use the data in a cell which is derived out of a formula in another cell. When i try to get the data in a cell(derived out of a formula) to another sheet, i only get the formula but not the data.. is there a way to mask the formula so that only the data in the cell can be sent to other sheets by providing a path...when manually copying the content we use Paste special to get only the values...is there any way to do it automatically as well..
Please help me on this as well..
I require code for displaying only numeric values and special characters "." and "," in a particular cell which has alpha numeric characters and other special characters.
For Example: Cell A1 is given a text input as "HIGH : 1,234.56", and Cell B1 is given text input as "LOWS : 1,111.22". I want the values to be displayed as 1,234.56 and 1,111.22 in their respective cells.
Is there any way to use the data in a cell which is derived out of a formula in another cell. When i try to get the data in a cell(derived out of a formula) to another sheet, i only get the formula but not the data.. is there a way to mask the formula so that only the data in the cell can be sent to other sheets by providing a path...when manually copying the content we use Paste special to get only the values...is there any way to do it automatically as well..
Please help me on this as well..