Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default USING IF AND PROBLEM

Hi Guys

Cell Z9 will have a payment date in.

I need to say

IF E9=1 & Z9 "has a date in" then (Y9*$AO$7,0)

Please can anybody help?
Amanda


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default USING IF AND PROBLEM

=IF(AND(E9=1,ISNUMBER(Z9)),Y9*$AO$7,0)
--
David Biddulph

"Amanda" wrote in message
...
Hi Guys

Cell Z9 will have a payment date in.

I need to say

IF E9=1 & Z9 "has a date in" then (Y9*$AO$7,0)

Please can anybody help?
Amanda




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default USING IF AND PROBLEM


Thanks David

Perfect!


"David Biddulph" wrote:

=IF(AND(E9=1,ISNUMBER(Z9)),Y9*$AO$7,0)
--
David Biddulph

"Amanda" wrote in message
...
Hi Guys

Cell Z9 will have a payment date in.

I need to say

IF E9=1 & Z9 "has a date in" then (Y9*$AO$7,0)

Please can anybody help?
Amanda





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
Started out as an Access problem. Now an Excel problem RobertM Excel Discussion (Misc queries) 2 April 26th 06 07:30 PM
problem with a conditional max problem Brian Cornejo Excel Discussion (Misc queries) 1 February 18th 05 06:25 PM


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