#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Formulae check

Hi
Any help?
I have this data
30

50
50 #VALUE!

=IF(AND(R8:R10)="";"";IF(ISNUMBER(R10);R10;R8))
This formula works when there numbers but it does not work when the
cell resulting from other formulae is , or blank cells
I want to carry a tests when the cells are , should return , and
when there are numbers, should meet the criteria.
Other question:
ISBLANK only checks if the cells are really empty ?
Thanks in advance
Jam
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 154
Default Formulae check

Jamalhakem,

Try the following function:
=IF(ISERROR(AND(R8:R10)=""),"",IF(ISNUMBER(R10),R1 0,R8))

--
--Thomas [PBD]
Working hard to make working easy.
Answered your question? Click ''Yes'' below.


" wrote:

Hi
Any help?
I have this data
30

50
50 #VALUE!

=IF(AND(R8:R10)="";"";IF(ISNUMBER(R10);R10;R8))
This formula works when there numbers but it does not work when the
cell resulting from other formulae is , or blank cells
I want to carry a tests when the cells are , should return , and
when there are numbers, should meet the criteria.
Other question:
ISBLANK only checks if the cells are really empty ?
Thanks in advance
Jam

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
Check Box Formulae Gaffnr Excel Worksheet Functions 5 October 2nd 08 10:18 PM
Formulae: Paste value formulae after doing an average operation Lim Excel Discussion (Misc queries) 4 April 20th 08 07:31 PM
Increase size of a Forms Check Box (click on to enter check mark) 718Satoshi Excel Discussion (Misc queries) 0 August 17th 07 01:52 AM
Check if Conditional Format is True or False / Check cell Color Kevin McCartney Excel Worksheet Functions 5 June 29th 07 11:12 AM
Searching TEXT in formulae, rather than results of formulae AndyE Excel Worksheet Functions 1 July 15th 05 10:57 AM


All times are GMT +1. The time now is 11:06 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"