Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dark_Templar
 
Posts: n/a
Default Identify cells with a value (excluding formulas)


Hi,

as the forum search is giving me a 404 all the time,I gotta ask:

Is there a function that will tell me if a cell does have a
value,text.
All I can find are fuctions that consider formulas as value too.

Thanks.


--
Dark_Templar
------------------------------------------------------------------------
Dark_Templar's Profile: http://www.excelforum.com/member.php...o&userid=33279
View this thread: http://www.excelforum.com/showthread...hreadid=541235

  #2   Report Post  
Posted to microsoft.public.excel.misc
Abode
 
Posts: n/a
Default Identify cells with a value (excluding formulas)

Sorry if this has been posted multiple times. Put this into a VBA module and
type =FindFormula(A1) into a cell. This will tell you whether or not it is a
formula. Reading back on your post though I think I may have went the wrong
dirrection. If you think something like this would be helpful for you please
let me know and clarify exactly what your looking for.

Function FindFormula(ByVal rng As Range) As Boolean
If Left(rng.Formula, 1) = "=" Then
FindFormula = True
Else
FindFormula = False
End If
End Function


"Dark_Templar" wrote:


Hi,

as the forum search is giving me a 404 all the time,I gotta ask:

Is there a function that will tell me if a cell does have a
value,text.
All I can find are fuctions that consider formulas as value too.

Thanks.


--
Dark_Templar
------------------------------------------------------------------------
Dark_Templar's Profile: http://www.excelforum.com/member.php...o&userid=33279
View this thread: http://www.excelforum.com/showthread...hreadid=541235


  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Identify cells with a value (excluding formulas)

If you want to know which cells have formulas, use the Edit menu / GoTo
/ Special / formulas. Note the other things you can find with this.

ed

  #4   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Identify cells with a value (excluding formulas)

Or, if you want to know which have values, but not formulas, Edit menu
/ GoTo / Special / check Constants, then check Numbers.

ed

  #6   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Identify cells with a value (excluding formulas)

Pardon me. What is "dznamic" ? ed

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
Copying Formulas In Cells That Are Not Nested grendel Excel Discussion (Misc queries) 1 April 26th 06 03:38 AM
Copying formulas to other cells. Keeping references w/o $ sign. GregP1962 Excel Discussion (Misc queries) 10 April 22nd 06 03:11 AM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Excel should let me use formulas that refer to other cells w/ form Chenopod Excel Worksheet Functions 7 May 31st 05 04:21 PM
How do you show formulas in certain cells only (not the whole she. andy Excel Worksheet Functions 2 February 16th 05 07:05 PM


All times are GMT +1. The time now is 12:21 AM.

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

About Us

"It's about Microsoft Excel"