Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
andrew h via OfficeKB.com
 
Posts: n/a
Default making a decision tree using excel!

hello all, i`ve been trying to make a decision tree using excel, the problem
i encounter is that i wish to put information in to b11 which is related to
information in b3, the information in b3 is ether 0 or err and is based on a
"y" or "n" being entered, does anyone know which formula to use which will
print a true of false statement in b11
  #2   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Andrew,
If you mean print "True" or "False" or your error

b11: =Left(b3)="y"

So you can use YES, Yes, yes, Y, y and get True
everything else will show False

Or to treat the error in B3 as False, you might want to use
B11: =IF(ISERR(B3),FALSE,LEFT(B3)="Y")

FWIW (For What It's Worth)
Most worksheet formulas are not case sensitive
Most VBA comparisons are case sensitve
http://www.mvps.org/dmcritchie/excel/strings.htm
--
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"andrew h via OfficeKB.com" wrote m...
hello all, i`ve been trying to make a decision tree using excel, the problem
i encounter is that i wish to put information in to b11 which is related to
information in b3, the information in b3 is ether 0 or err and is based on a
"y" or "n" being entered, does anyone know which formula to use which will
print a true of false statement in b11


-------------
Posting questions to newsgroups from so called "forums" end up on websites
in addition to the newsgroups and this really screws up web searches as it is
necessary to suppress a long list of sites full of advertising that repeat newsgroup
postings. Google search (web searches), and you have Google Groups
(for newsgroup searchs) but sites that send questions to newsgroups screw
up the distinction and instead of finding what you in a search you get 95% noise
in top hits.


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Decision Tree Add-In? Lon Excel Worksheet Functions 4 February 10th 12 06:52 AM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Making A Databse system on Excel? Lwotton Excel Discussion (Misc queries) 2 January 4th 05 03:27 PM
Making text all CAPS in excel Jon Excel Worksheet Functions 4 December 13th 04 09:06 PM


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