#1   Report Post  
Sooraj
 
Posts: n/a
Default Logical test

Hi,
How to make a logical test using IF to verify whether the
multiplication of 2 cells gives a number or gives an error.
IF(D5*C5=?????, TRUE, False). What should I put in place of ????
SGO
  #2   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

in any empty cell in the spreadsheet type

=ISNUMBER(C5*D5)

you will get either true or false
I am not using vba.

Sooraj wrote in message
om...
Hi,
How to make a logical test using IF to verify whether the
multiplication of 2 cells gives a number or gives an error.
IF(D5*C5=?????, TRUE, False). What should I put in place of ????
SGO



  #3   Report Post  
Jim May
 
Posts: n/a
Default

=IF(ISNUMBER(A3),"Got Number",IF(ISERROR(A3),"Got Error","You Got
Neither"))

"Sooraj" wrote in message
om...
Hi,
How to make a logical test using IF to verify whether the
multiplication of 2 cells gives a number or gives an error.
IF(D5*C5=?????, TRUE, False). What should I put in place of ????
SGO



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
test..where are my messages..test HT New Users to Excel 0 January 23rd 05 06:23 PM
change text color based on logical test T3nMan Excel Worksheet Functions 1 January 19th 05 04:30 PM
How to run the Hodrick Prescott test with solver? sasa Excel Worksheet Functions 1 January 11th 05 12:42 PM
Add Wilcoxon Signed Rank Test to Statistics package. Gigi Excel Worksheet Functions 5 December 6th 04 01:57 PM
logical test - within a range esslingerdav Excel Worksheet Functions 4 November 17th 04 03:13 PM


All times are GMT +1. The time now is 05:18 PM.

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"