Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Using IF statement with Spell check

Is there a way to use an IF statement to check words and denote if they are
spelled correctly? For Example, A1=cat; A2=dgo; A3=mouse.

B1=If(spellcheck(A1),1,0) yields a "1"
B2=If(spellcheck(A2),1,0) yields a "0"
B3=If(spellcheck(A3),1,0) yields a "1"

This would automate the checking of a column of words rather than stepping
through "IGNORE" commands using SpellCheck.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Using IF statement with Spell check

If you had a list of the correctly spelled words in a range of cells then
you could check them but this doesn't sound like what you want.

--
Biff
Microsoft Excel MVP


"Craig" wrote in message
...
Is there a way to use an IF statement to check words and denote if they
are
spelled correctly? For Example, A1=cat; A2=dgo; A3=mouse.

B1=If(spellcheck(A1),1,0) yields a "1"
B2=If(spellcheck(A2),1,0) yields a "0"
B3=If(spellcheck(A3),1,0) yields a "1"

This would automate the checking of a column of words rather than stepping
through "IGNORE" commands using SpellCheck.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Using IF statement with Spell check

Want to call for Spell check from within an IF statement. Doable??

"T. Valko" wrote:

If you had a list of the correctly spelled words in a range of cells then
you could check them but this doesn't sound like what you want.

--
Biff
Microsoft Excel MVP


"Craig" wrote in message
...
Is there a way to use an IF statement to check words and denote if they
are
spelled correctly? For Example, A1=cat; A2=dgo; A3=mouse.

B1=If(spellcheck(A1),1,0) yields a "1"
B2=If(spellcheck(A2),1,0) yields a "0"
B3=If(spellcheck(A3),1,0) yields a "1"

This would automate the checking of a column of words rather than stepping
through "IGNORE" commands using SpellCheck.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Using IF statement with Spell check

Want to call for Spell check from within an IF statement.
Doable??


No


--
Biff
Microsoft Excel MVP


"Craig" wrote in message
...
Want to call for Spell check from within an IF statement. Doable??

"T. Valko" wrote:

If you had a list of the correctly spelled words in a range of cells then
you could check them but this doesn't sound like what you want.

--
Biff
Microsoft Excel MVP


"Craig" wrote in message
...
Is there a way to use an IF statement to check words and denote if they
are
spelled correctly? For Example, A1=cat; A2=dgo; A3=mouse.

B1=If(spellcheck(A1),1,0) yields a "1"
B2=If(spellcheck(A2),1,0) yields a "0"
B3=If(spellcheck(A3),1,0) yields a "1"

This would automate the checking of a column of words rather than
stepping
through "IGNORE" commands using SpellCheck.






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
Spell Check Warm Excel Worksheet Functions 3 June 16th 09 03:30 PM
Spell Check Sarapu New Users to Excel 1 October 16th 07 07:39 AM
Spell check Brent Excel Discussion (Misc queries) 1 December 5th 06 10:12 PM
... Can I set Spell Check to automatically check my spelling ... Dr. Darrell Setting up and Configuration of Excel 0 March 21st 06 08:26 PM
Spell Check Karen Excel Discussion (Misc queries) 1 June 30th 05 07:10 PM


All times are GMT +1. The time now is 09:24 PM.

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"