LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Total Computation

Hi, When i type "Yes" in Column F6, the total will be computed correctly, but
when i changed it to "No", the total will be computed with the combined
values of "Yes" + "No" typed.

E.g.
"Yes" value=200
"No" value=50
(when "Yes" is typed), total is 200 ---correct
(Now, "Yes" is replaced with "No", total is 200+50 ---should display 50
instead but the problem i faced now is that total is displaying 250.

How do i configure such that when i typed "Yes", the total will be computed
normally and when i changed to "No", it will remove the memory and show the
correct value when "No" is typed. Below is what i've typed

=IF(AND((EXACT(F6,"Yes")),H6<D6),0,I6/B1)
+IF(AND((EXACT(F6,"No")),H6<D6),I6/B1,0)

=SUBTOTAL(109,Table1[Total])
 
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
Date Computation sylink[_3_] Excel Programming 1 November 20th 08 08:00 PM
DATE IN COMPUTATION sylink Excel Programming 6 February 14th 08 09:39 AM
Computation of total work days Darshan Excel Worksheet Functions 1 January 4th 08 04:10 AM
computation error Rajneesh Arora Excel Discussion (Misc queries) 4 August 22nd 07 08:17 PM
What type of pc is best for computation mikecupertino Excel Discussion (Misc queries) 3 February 1st 07 06:25 AM


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