#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default excel 2003

How do I replace a formula with a text statement ?
K2
=IF(Q2P2,P2,(Q2<P2,Q2))

If L2 cell is "Y" or "P", I want K2 to either be blank or "Extd"

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default excel 2003

If I understand your question correctly, put this formula in K2...

=IF(L2="Y","",IF(L2="P","Extd",IF(Q2P2,P2,(Q2<P2, Q2))))

Rick


"ldmere" wrote in message
...
How do I replace a formula with a text statement ?
K2
=IF(Q2P2,P2,(Q2<P2,Q2))

If L2 cell is "Y" or "P", I want K2 to either be blank or "Extd"

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default excel 2003

The statement =IF(Q2P2,P2,(Q2<P2,Q2)) has an error in it. I presume you
want =IF(Q2P2,P2,IF(Q2<P2,Q2)). But then, what do you want if Q2 = P2?

Tyro


"ldmere" wrote in message
...
How do I replace a formula with a text statement ?
K2
=IF(Q2P2,P2,(Q2<P2,Q2))

If L2 cell is "Y" or "P", I want K2 to either be blank or "Extd"

Thanks



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
Copy and paste problem Excel 2003 to Word 2003 [email protected] Excel Discussion (Misc queries) 2 August 28th 07 11:14 AM
opening excel files from access 2003, win xp, office 2003 Nugimac Excel Discussion (Misc queries) 2 April 26th 07 12:32 PM
import Excel 2003 file into Outlook 2003 - NO NAMED RANGES?? lewisma9 Excel Discussion (Misc queries) 0 February 27th 07 12:23 AM
Copying Excel 2003 Selection into Outlook 2003 HTML E-Mail Message [email protected] Excel Discussion (Misc queries) 0 July 10th 06 03:07 PM
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. Cindy Winegarden Excel Discussion (Misc queries) 0 November 28th 04 12:07 AM


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

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"