ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   0-9 and a-z in functions (https://www.excelbanter.com/excel-worksheet-functions/67366-0-9-z-functions.html)

Bob

0-9 and a-z in functions
 
Hi
I am working with a spreadsheet and would like to know if there is a
function to pick values from a spreadsheet into another spreadsheet when the
values are only 0-9 and make everything else to a blank or 0.


Thanks



Bernard Liengme

0-9 and a-z in functions
 
=IF(AND(Sheet1!A10,Sheet1!A1<10),Sheet1!A1,0)
if you want a-z also, does case (Uppercase/lowercase) matter?

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Bob" wrote in message
...
Hi
I am working with a spreadsheet and would like to know if there is a
function to pick values from a spreadsheet into another spreadsheet when
the
values are only 0-9 and make everything else to a blank or 0.


Thanks





CLR

0-9 and a-z in functions
 
Put this in A1 of Sheet2

=IF(AND(Sheet1!A1=0,Sheet1!A1<=9),Sheet1!A1,"")

and copy down

Vaya con Dios,
Chuck, CABGx3



"Bob" wrote:

Hi
I am working with a spreadsheet and would like to know if there is a
function to pick values from a spreadsheet into another spreadsheet when the
values are only 0-9 and make everything else to a blank or 0.


Thanks




All times are GMT +1. The time now is 03:49 PM.

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