PC Review


Reply
Thread Tools Rate Thread

Comparing cells written in text to cells producing text from a for

 
 
David B
Guest
Posts: n/a
 
      28th Apr 2008
Example: I hand enter Tue in A1. From a dated data entry I format cell C1 to
reflect the day of the week an action occurred, and abrv the format ie: Wed.
I need to compare A1 Tue to C1 Wed and get a true or false answer. This will
let me calculate the number of on time deliveries vrs missed.


David B
 
Reply With Quote
 
 
 
 
Tom Hutchins
Guest
Posts: n/a
 
      28th Apr 2008
Try
=IF(A1=TEXT(B1,"ddd"),TRUE,FALSE)

Hope this helps,

Hutch

"David B" wrote:

> Example: I hand enter Tue in A1. From a dated data entry I format cell C1 to
> reflect the day of the week an action occurred, and abrv the format ie: Wed.
> I need to compare A1 Tue to C1 Wed and get a true or false answer. This will
> let me calculate the number of on time deliveries vrs missed.
>
>
> David B

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing Text to Several Cells Pontus Microsoft Excel Misc 4 4th Jul 2008 04:01 PM
Comparing cells with text to cells with numeric values. David B Microsoft Excel Programming 1 25th Apr 2008 08:05 PM
Comparing cells with text Mortir Microsoft Excel Worksheet Functions 3 3rd Jan 2007 09:40 PM
comparing text cells =?Utf-8?B?Q29tYW5kZXI=?= Microsoft Excel Worksheet Functions 2 5th Jun 2006 10:00 PM
Comparing Text Cells Paul Moles Microsoft Excel Worksheet Functions 1 10th Jan 2004 05:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:09 AM.