Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
THE_RAMONES
 
Posts: n/a
Default Count if Lower case

I'm trying to write an IF statement. If lower case then equal 1, if not
equal 0

Thanks for the help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default Count if Lower case

Hi,

imagine your range are on A1:A10

so the formula could be:

=if(a1=mim($a$1:$a$10),1,0)

hope this helps
regards from Brazil
Marcelo

"THE_RAMONES" escreveu:

I'm trying to write an IF statement. If lower case then equal 1, if not
equal 0

Thanks for the help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default Count if Lower case

sorry

MIN not mim as i type

"Marcelo" escreveu:

Hi,

imagine your range are on A1:A10

so the formula could be:

=if(a1=mim($a$1:$a$10),1,0)

hope this helps
regards from Brazil
Marcelo

"THE_RAMONES" escreveu:

I'm trying to write an IF statement. If lower case then equal 1, if not
equal 0

Thanks for the help

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Count if Lower case

=--EXACT(A2,LOWER(A2))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"THE_RAMONES" wrote in message
...
I'm trying to write an IF statement. If lower case then equal 1, if not
equal 0

Thanks for the help



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Count if Lower case

Hi!

Try this:

=AND(A1<"",EXACT(A1,LOWER(A1)))*1

Biff

"THE_RAMONES" wrote in message
...
I'm trying to write an IF statement. If lower case then equal 1, if not
equal 0

Thanks for the help



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use spellnumber formula Aarif Excel Worksheet Functions 3 February 27th 06 04:36 PM
Currency to Text mytipi Excel Worksheet Functions 1 February 21st 06 11:43 PM
Loop for VBA code? paulinoluciano Excel Worksheet Functions 5 December 28th 05 01:30 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Spellnumber Norman Jones Excel Worksheet Functions 6 December 13th 04 07:21 AM


All times are GMT +1. The time now is 08:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"