ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Small macro (https://www.excelbanter.com/excel-programming/283061-small-macro.html)

[email protected]

Small macro
 
In A8:A24, I have formula's, the result of which produces
numbers(dollar amounts), text and blanks in the range.

How can I create a macro that inserts TRUE in cells
AD8:AD24 if cells A8:A24 contain a number and FALSE if
they do not.

Thankyou

Auric__

Small macro
 
On Wed, 19 Nov 2003 21:45:22 -0800, wrote:

In A8:A24, I have formula's, the result of which produces
numbers(dollar amounts), text and blanks in the range.

How can I create a macro that inserts TRUE in cells
AD8:AD24 if cells A8:A24 contain a number and FALSE if
they do not.

Thankyou


Use the ISNUMBER formula. Put this in AD8:
=ISNUMBER(A8)
and copy it down.
--
auric "underscore" "underscore" "at" hotmail "dot" com
*****
Danger! Human at keyboard!

Eric[_14_]

Small macro
 

-----Original Message-----
In A8:A24, I have formula's, the result of which produces
numbers(dollar amounts), text and blanks in the range.

How can I create a macro that inserts TRUE in cells
AD8:AD24 if cells A8:A24 contain a number and FALSE if
they do not.

Thankyou
.

You can use a simple function in the cell you want True or
False to appear in. =IF(A8 0,True,False) and copy the
formula down the whole range of AD8:AD24.


All times are GMT +1. The time now is 02:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com