#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Nested IFs

Please, I need a for me complex formula to do the following:

1. if line 1 = line 2 in column A, then "No." in column C, if not then
" ",

2. if line 1 = line 2 in column B, then "Date" in column D, if not
then " ",

3. if line 1 = line 2 in column C, then "Amount" in column E, if not
then " ",


4. if line 1 = line 2 in column A and if line 1 = line 2 in column B
and if line 1 = line 2 in column C, then "HIT" in column F, if not
then " "

Thanks for your effort.

Alvaro

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Nested IFs

Thanks Don.

No, I do not think this will do.

What I want is to select from a numerical list of invoices from
vendors, those which have the same Number, same Date and same Amount
so that they are identified as Duplicates on the three conditions
tested, making them candidates for further scrutiny.

During the process I also want to identify those which meet any of the
conditions tested and report on that finding.

I hope the problem is a little bit better stated now.

Thanks again

Alvaro

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Nested IFs

in D:G (not C:F) onwards ...

=IF($A1=$A2,"No.","")

=IF($B1=$B2,"Date","")

=IF($C1=$C2,"Amount","")

=IF(AND(A1=A2,B1=B2,C1=C2),"Hit","")



"Alvaro" wrote:

Thanks Don.

No, I do not think this will do.

What I want is to select from a numerical list of invoices from
vendors, those which have the same Number, same Date and same Amount
so that they are identified as Duplicates on the three conditions
tested, making them candidates for further scrutiny.

During the process I also want to identify those which meet any of the
conditions tested and report on that finding.

I hope the problem is a little bit better stated now.

Thanks again

Alvaro


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Nested IFs

Thanks a lot Toppers. It did work to my expectations.

Alvaro

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
Nested IF Annie Excel Worksheet Functions 4 March 16th 07 08:35 PM
nested if based on nested if in seperate sheet. how? scouserabbit Excel Worksheet Functions 5 March 2nd 07 04:03 PM
Nested If help JoeA2006 Excel Worksheet Functions 2 January 4th 07 04:08 PM
using nested OR stef Excel Worksheet Functions 18 November 3rd 06 09:35 PM
Nested If with And TheLeafs Excel Worksheet Functions 2 August 24th 05 05:24 PM


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