Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default cell value instead of formula?

Scenario:
B9: =WORKDAY(D$4,1,'SET UP'!Q$12:Q$30)
Q5: = B9 formatted as date 01/05/09
N5: = Q5 formatted as day Monday
G9: =IF(('ADIMOOLAH,RILEY'!R$7)=$N$5,"FLEX","")
('ADIMOOLAH,RILEY'!R$7)= Monday

G9 won't return "FLEX" unless I key the word "Monday" in the cell. I am
assuming that it has something to do with looking at the formula in N5
instead of the result of the formula.

Other cells will be looking for a match with "Wednesday", others, "Friday".

How do I get this to work?

Thanks in advance





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default cell value instead of formula?

try this

=IF(('ADIMOOLAH,RILEY'!R$7)=Text(N$5,"dddd"),"FLEX ","")

On Feb 11, 2:21*am, Gator Girl
wrote:
Scenario:
B9: =WORKDAY(D$4,1,'SET UP'!Q$12:Q$30)
Q5: = B9 formatted as date 01/05/09
N5: *= Q5 formatted as day Monday
G9: *=IF(('ADIMOOLAH,RILEY'!R$7)=$N$5,"FLEX","")
('ADIMOOLAH,RILEY'!R$7)= Monday

G9 won't return "FLEX" unless I key the word "Monday" in the cell. *I am
assuming that it has something to do with looking at the formula in N5
instead of the result of the formula.

Other cells will be looking for a match with "Wednesday", others, "Friday".

How do I get this to work?

Thanks in advance


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default cell value instead of formula?

Hi,

Use
=TEXT(Q5,"dddd")
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Gator Girl" wrote:

Scenario:
B9: =WORKDAY(D$4,1,'SET UP'!Q$12:Q$30)
Q5: = B9 formatted as date 01/05/09
N5: = Q5 formatted as day Monday
G9: =IF(('ADIMOOLAH,RILEY'!R$7)=$N$5,"FLEX","")
('ADIMOOLAH,RILEY'!R$7)= Monday

G9 won't return "FLEX" unless I key the word "Monday" in the cell. I am
assuming that it has something to do with looking at the formula in N5
instead of the result of the formula.

Other cells will be looking for a match with "Wednesday", others, "Friday".

How do I get this to work?

Thanks in advance





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default cell value instead of formula?

Thank you for submitting, I didn't try yours, cause it would have involved a
lot more editing than Shane's suggestions, but I do appreciate your help.

"muddan madhu" wrote:

try this

=IF(('ADIMOOLAH,RILEY'!R$7)=Text(N$5,"dddd"),"FLEX ","")

On Feb 11, 2:21 am, Gator Girl
wrote:
Scenario:
B9: =WORKDAY(D$4,1,'SET UP'!Q$12:Q$30)
Q5: = B9 formatted as date 01/05/09
N5: = Q5 formatted as day Monday
G9: =IF(('ADIMOOLAH,RILEY'!R$7)=$N$5,"FLEX","")
('ADIMOOLAH,RILEY'!R$7)= Monday

G9 won't return "FLEX" unless I key the word "Monday" in the cell. I am
assuming that it has something to do with looking at the formula in N5
instead of the result of the formula.

Other cells will be looking for a match with "Wednesday", others, "Friday".

How do I get this to work?

Thanks in advance



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default cell value instead of formula?

Thank you! works like a charm. :)

"Shane Devenshire" wrote:

Hi,

Use
=TEXT(Q5,"dddd")
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Gator Girl" wrote:

Scenario:
B9: =WORKDAY(D$4,1,'SET UP'!Q$12:Q$30)
Q5: = B9 formatted as date 01/05/09
N5: = Q5 formatted as day Monday
G9: =IF(('ADIMOOLAH,RILEY'!R$7)=$N$5,"FLEX","")
('ADIMOOLAH,RILEY'!R$7)= Monday

G9 won't return "FLEX" unless I key the word "Monday" in the cell. I am
assuming that it has something to do with looking at the formula in N5
instead of the result of the formula.

Other cells will be looking for a match with "Wednesday", others, "Friday".

How do I get this to work?

Thanks in advance







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default cell value instead of formula?

Glad to help, and thanks for the feedback.



Cheers,
Shane Devenshire


"Gator Girl" wrote:

Thank you! works like a charm. :)

"Shane Devenshire" wrote:

Hi,

Use
=TEXT(Q5,"dddd")
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Gator Girl" wrote:

Scenario:
B9: =WORKDAY(D$4,1,'SET UP'!Q$12:Q$30)
Q5: = B9 formatted as date 01/05/09
N5: = Q5 formatted as day Monday
G9: =IF(('ADIMOOLAH,RILEY'!R$7)=$N$5,"FLEX","")
('ADIMOOLAH,RILEY'!R$7)= Monday

G9 won't return "FLEX" unless I key the word "Monday" in the cell. I am
assuming that it has something to do with looking at the formula in N5
instead of the result of the formula.

Other cells will be looking for a match with "Wednesday", others, "Friday".

How do I get this to work?

Thanks in advance





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
How can I make a blank cell in a formula cell with a range of cell Vi Excel Discussion (Misc queries) 5 June 21st 07 02:46 PM
copy formula down a column and have cell references change within formula brad New Users to Excel 5 May 13th 07 04:38 PM
adding a formula in a cell but when cell = 0 cell is blank Mike T Excel Worksheet Functions 5 May 31st 05 01:08 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 0 February 11th 05 05:35 AM


All times are GMT +1. The time now is 02:06 AM.

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"