Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Xanadude
 
Posts: n/a
Default I want to check for a text value, not numerical

Can this be modified to check for a text value instead of a numerical (n6=1)?
=IF(J3<1,0,IF(N6=1,G6,D6))

I'm getting the results I want, but I would prefer to use a letter instead
of a number.

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(J3<1,0,IF(N6="value",G6,D6))


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Xanadude" wrote in message
...
Can this be modified to check for a text value instead of a numerical

(n6=1)?
=IF(J3<1,0,IF(N6=1,G6,D6))

I'm getting the results I want, but I would prefer to use a letter instead
of a number.



  #3   Report Post  
Xanadude
 
Posts: n/a
Default

Thanx Bob
I had already tried that, not realising that another function was causing
interferance with the expected output. It's almost straightened out now. (See
follow up post)


"Bob Phillips" wrote:

=IF(J3<1,0,IF(N6="value",G6,D6))


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Xanadude" wrote in message
...
Can this be modified to check for a text value instead of a numerical

(n6=1)?
=IF(J3<1,0,IF(N6=1,G6,D6))

I'm getting the results I want, but I would prefer to use a letter instead
of a number.




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
Assign numerical values to text codes Bridget Excel Worksheet Functions 3 April 18th 05 11:33 PM
Sort or Filter option? Mcobra41 Excel Worksheet Functions 3 February 23rd 05 07:22 PM
Command: If the contents (text not numerical) of A1 in Sheet2 are. tommy Excel Worksheet Functions 1 February 2nd 05 11:40 PM
How can I get text to equal a numerical value in Excel? Mighty Mike Excel Discussion (Misc queries) 2 January 21st 05 08:03 PM
Check if table contains text Peter B Excel Worksheet Functions 1 January 21st 05 01:38 PM


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