#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 361
Default Modify a Formula

I am trying to modifythis formula so that it will return "NA" if the value in
B24="NoAction"

=IF(IF(Q24="Buy";S24-AG24;AE24-S24)=0;"Yes";"No")

Thank you in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Modify a Formula

=if(B24="NoAction","NA",IF(IF(Q24="Buy";S24-AG24;AE24-S24)=0;"Yes";"No"))


"carl" wrote:

I am trying to modifythis formula so that it will return "NA" if the value in
B24="NoAction"

=IF(IF(Q24="Buy";S24-AG24;AE24-S24)=0;"Yes";"No")

Thank you 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
Modify A Formula carl Excel Worksheet Functions 5 March 23rd 08 09:48 PM
Modify Excel Formula sharonm Excel Worksheet Functions 2 June 7th 06 02:46 AM
Modify A formula carl Excel Worksheet Functions 1 March 14th 06 05:46 PM
Modify a formula Eintsein_mc2 Excel Discussion (Misc queries) 3 September 18th 05 05:43 AM
Modify A SumProduct Formula carl Excel Worksheet Functions 2 June 15th 05 06:22 PM


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