Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BSantos
 
Posts: n/a
Default nesting another formula

=MAX(IF(AND(V16=0,U16=0),S16,IF(N16U16,0,U16-N16)))

I have this formula in cell W6. What I want to do is add to this formula
that what ever the answer is MROUND by 4. I don't know where to put it in the
formula.

Also, if the first formula is true v16 & u16 are ZERO and it brings be s16
then I want it to also take s16*75% and mround that to 4 as well. Because my
answer in this cell must be divisable by 4.

I hope that made sense! Thanks for any help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
intruder9
 
Posts: n/a
Default nesting another formula


Does this work for you
=MAX(IF(AND(V16=0,U16=0),MROUND(S16,4),IF(N16U16, 0,MROUND((U16-N16),4))))


--
intruder9
------------------------------------------------------------------------
intruder9's Profile: http://www.excelforum.com/member.php...o&userid=30107
View this thread: http://www.excelforum.com/showthread...hreadid=502616

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BSantos
 
Posts: n/a
Default nesting another formula

Yes, but where could I but s16*75% (should I put it in the MROUND(S16*75%,4)?

"intruder9" wrote:


Does this work for you
=MAX(IF(AND(V16=0,U16=0),MROUND(S16,4),IF(N16U16, 0,MROUND((U16-N16),4))))


--
intruder9
------------------------------------------------------------------------
intruder9's Profile: http://www.excelforum.com/member.php...o&userid=30107
View this thread: http://www.excelforum.com/showthread...hreadid=502616


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
intruder9
 
Posts: n/a
Default nesting another formula


you got it, works OK does it not.


--
intruder9
------------------------------------------------------------------------
intruder9's Profile: http://www.excelforum.com/member.php...o&userid=30107
View this thread: http://www.excelforum.com/showthread...hreadid=502616

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 04:10 AM.

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"