Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

Search a value basing on another value

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
TUNGANA KURMA RAJU - 22 May 2008 03:37 GMT
Col 'A' = Date
Col 'B' = Amount
I am looking for a function for: Search if there is current month's date
entry in Col'A', if found search for any entry in Col'B' of same row.If both
conditions are true "Paid" else "Payment Due".
Thanks to all Excel experts in advance.
jlclyde - 22 May 2008 07:44 GMT
On May 21, 9:37 pm, TUNGANA KURMA RAJU
<TUNGANAKURMAR...@discussions.microsoft.com> wrote:
> Col 'A' = Date
> Col 'B' = Amount
> I am looking for a function for: Search if there is current month's date
> entry in Col'A', if found search for any entry in Col'B' of same row.If both
> conditions are true "Paid" else "Payment Due".
> Thanks to all Excel experts in advance.

If you are looking for an actul search then you will ahve to do this
by putting in a little code.  If not you can copy this into a
worksheet and it should give you the answer.
=IF(AND(MONTH(A21)=MONTH(TODAY()),MONTH(TODAY())=MONTH(B21)),"Paid","Payment
Due")

Hope this helps,
Jay
TUNGANA KURMA RAJU - 22 May 2008 10:44 GMT
Mr.jlclyde,
Col"b" is a numeric value,not a date.please read my question thoroughly.
yuor formula is entirely wrong.

> On May 21, 9:37 pm, TUNGANA KURMA RAJU
> <TUNGANAKURMAR...@discussions.microsoft.com> wrote:
[quoted text clipped - 13 lines]
> Hope this helps,
> Jay
Pete_UK - 22 May 2008 13:06 GMT
Try this in C2:

=IF(AND(A2<>"",MONTH(A2)=MONTH(TODAY())),IF(B2<>"","Paid","Payment
Due"),"")

Copy down as appropriate.

Hope this helps.

Pete

On May 22, 3:37 am, TUNGANA KURMA RAJU
<TUNGANAKURMAR...@discussions.microsoft.com> wrote:
> Col 'A' = Date
> Col 'B' = Amount
> I am looking for a function for: Search if there is current month's date
> entry in Col'A', if found search for any entry in Col'B' of same row.If both
> conditions are true "Paid" else "Payment Due".
> Thanks to all Excel experts in advance.
TUNGANA KURMA RAJU - 23 May 2008 02:26 GMT
thanks pete.its working fine

> Try this in C2:
>
[quoted text clipped - 15 lines]
> > conditions are true "Paid" else "Payment Due".
> > Thanks to all Excel experts in advance.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.