Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default How to build effective IF Statement for recurring value in cells....sensitivity analysis

I have a value that occurs more than once in a column. For e.g.
$400,000 in cell A15 and the same value in cells A16, A17, and so on.
I would like to include an IF statement to show only the first
occurrence of the $400,000 value, and not show any of the ones below
that. What would the IF statement be.

I have tried, =IF(a16=a15,"",a16), but this does not always work,
especially for more than 1 or 2 cells as I drag down the formula.

Any assistance would be greatly appreciated. \

Thanks,

V

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How to build effective IF Statement for recurring value in cells....sensitivity analysis

Try this:

=IF(COUNTIF(A$15:A15,A15)1,"",A15)

Biff

wrote in message
oups.com...
I have a value that occurs more than once in a column. For e.g.
$400,000 in cell A15 and the same value in cells A16, A17, and so on.
I would like to include an IF statement to show only the first
occurrence of the $400,000 value, and not show any of the ones below
that. What would the IF statement be.

I have tried, =IF(a16=a15,"",a16), but this does not always work,
especially for more than 1 or 2 cells as I drag down the formula.

Any assistance would be greatly appreciated. \

Thanks,

V



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
Sensitivity analysis Alex Chung New Users to Excel 2 June 26th 12 08:15 PM
Sensitivity analysis PaulHelyer Excel Worksheet Functions 1 March 2nd 06 11:00 PM


All times are GMT +1. The time now is 06:54 AM.

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"