Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brett
 
Posts: n/a
Default how can i check for #Value! ? ... or how do I do MaxIf??

How can I check for #Value! in a cell? ie If(c4 = #Value!, 0, 1).

Alternatively, is there a way of looking for the maximum value in a column
based upon a second column meeting a certain criteria?

The example is
1
2a
3
2b
2b
4
2c

I need to know that stream 2 has three splits (the double 2b entry is
intentional).

Thanks,
Brett
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default how can i check for #Value! ? ... or how do I do MaxIf??

Hi,

try to use

if(iserror(c4),0,1)

hope this help
regards from Brazil
Marcelo

"Brett" escreveu:

How can I check for #Value! in a cell? ie If(c4 = #Value!, 0, 1).

Alternatively, is there a way of looking for the maximum value in a column
based upon a second column meeting a certain criteria?

The example is
1
2a
3
2b
2b
4
2c

I need to know that stream 2 has three splits (the double 2b entry is
intentional).

Thanks,
Brett

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
Entry into check box dependent on other check box. Stilla Excel Worksheet Functions 9 December 10th 05 03:44 PM
Can you sort with check boxes? Q Excel Discussion (Misc queries) 3 November 10th 05 08:11 PM
check boxes - copy MarkT Excel Discussion (Misc queries) 2 October 20th 05 04:33 PM
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
Creating a check box that does not require security clearance. Maverick2U Excel Worksheet Functions 6 December 14th 04 02:46 AM


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