View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey Duke Carey is offline
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.