Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Entries when fields are still blank

I don't know where your circular reference is coming from, Adam, as I
assumed that your formula was going into P13, and the formula doesn't refer
to P13.

It isn't clear what you want the priority of the various tests to be, but
perhaps
=IF(N13="","",IF(J13="No","",IF(N13<=L13,"Yes","No ")))
or
=IF(OR(N13="",J13="No"),"",IF(N13<=L13,"Yes","No") )

You may wish to change the J13="No" criterion to J13<"Yes", and then you'd
get a blank result either if J13 was No, or if J13 was blank.

[I'm a long way South of Edinburgh]
--
David Biddulph

"Adam" wrote in message
...
David

Thank you for your reply. However it created a circular reference and I'm
no
further forward. Could you possibly type out in full what you propose so
that
I can see where I am going wrong (please include your suggested change
about
having already trapped the cases where N13<=L13).

Thanks,
Adam
P.S I know a David Biddulph in Edinburgh


"David Biddulph" wrote:

A number of problems:

There's no point in testing for N13L13, as you've already trapped the
cases
where N13<=L13
If you could get to the test for J13 (which you can't, see above) it will
fail unless No is a defined name. If you want to test for the text
string
"No", it needs to be in quotes.

To get back to your question, if you want your formula to return a blank
if
N is empty, then try =IF(N13="","",IF(...
and then continue with whatever other conditions you want.
--
David Biddulph

"Adam" wrote in message
...
Hi

I'm using the following formula for my mail monitoring spreadsheet:

=IF(N13<=L13,"Yes",IF(N13L13,"No", IF(J13=No,"")))

Column J is the "Response required?" column
Column L is the "Target Date" column
Column N is the "Actual Response Date" column
Column P is the "On target?" column

There are only 3 entries on my spreadsheet which were all responded to
within target. Therefore there is a "Yes" in column P in all three
rows.

HOWEVER, the word "Yes" continues all the way down column P even
though,
as
I've said, there are only three entries.

Could anyone advise me how to keep column P blank unless there is an
entry
on the row (without losing the formula!)

Sorry for the wordiness of this question.

Regards,
Adam






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
Blank fields sgdav Excel Discussion (Misc queries) 5 June 11th 07 03:40 PM
0's in fields that should be blank TJAC Excel Discussion (Misc queries) 3 April 18th 07 06:39 PM
How to get pivot table to list duplicate entries in column fields? crcurrie Excel Discussion (Misc queries) 2 March 12th 07 08:48 PM
Excel 0 and Blank fields. coatej Excel Discussion (Misc queries) 1 March 8th 06 04:33 PM
Excel 0 and Blank fields. Excel Discussion (Misc queries) 2 March 8th 06 04:16 PM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"