LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default =IF(ABS(1-(H11/G11)<ABS(0.01)),"VALID","INVALID")

I think the real answer here is "there's no way to make it more clearer than
it is"...

Dave
--
Brevity is the soul of wit.


"T. Valko" wrote:

=IF(ABS(1-(H11/G11)<ABS(0.01)),"VALID","INVALID")


Maybe this:

=IF(ABS(1-(H11/G11))<0.01,"VALID","INVALID")

You might want to make sure you don't get a #DIV/0! error:

=IF(G11=0,"",IF(ABS(1-(H11/G11))<0.01,"VALID","INVALID"))

Biff

"Dave F" wrote in message
...
The formula above tests to make sure that H11 and G11 differ by less than
1%.

And yet the spreadsheet the formula is in was returned to me by my boss'
boss...saying "this formula makes no sense!" Despite the fact that it
does.

So....is there a cleaner way of doing the same calculation?

Dave
--
Brevity is the soul of wit.






 
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



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