Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
topaz
 
Posts: n/a
Default Need formula help

=SUM(D50:V50)=SUM(W4:W49) - this is my actual formula

I have made worksheet to keep track & total receipts
Example
A B C D E
1 3 1 2 1 7
2 1 1 2
3 2 7 9
4 4 3 3 8

in the very last cell W50 (sample cell E4) I want the total of all the
columns to equal the total of all the rows. The formula I created only puts
"TRUE" in the cell but I need the actual value put in the cell and if it
doesn't equal each other than it can put "FALSE" in the cell
  #2   Report Post  
John Harris
 
Posts: n/a
Default

I would think it would have to be an IF statement of some kind

Maybe =IF(SUM(D50:V50)=SUM(W4:W49)), SUM(cells), FALSE)

Something to that effect?


"topaz" wrote in message
...
=SUM(D50:V50)=SUM(W4:W49) - this is my actual formula

I have made worksheet to keep track & total receipts
Example
A B C D E
1 3 1 2 1 7
2 1 1 2
3 2 7 9
4 4 3 3 8

in the very last cell W50 (sample cell E4) I want the total of all the
columns to equal the total of all the rows. The formula I created only
puts
"TRUE" in the cell but I need the actual value put in the cell and if it
doesn't equal each other than it can put "FALSE" in the cell



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

See my reply in previous question.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"topaz" wrote in message
...
=SUM(D50:V50)=SUM(W4:W49) - this is my actual formula

I have made worksheet to keep track & total receipts
Example
A B C D E
1 3 1 2 1 7
2 1 1 2
3 2 7 9
4 4 3 3 8

in the very last cell W50 (sample cell E4) I want the total of all the
columns to equal the total of all the rows. The formula I created only

puts
"TRUE" in the cell but I need the actual value put in the cell and if it
doesn't equal each other than it can put "FALSE" in the cell



  #4   Report Post  
John Harris
 
Posts: n/a
Default

This works. Add your own cell paramters:

=IF(SUM(A1:D2)=SUM(A3:C3),SUM(A1:D2),"FALSE")


"topaz" wrote in message
...
=SUM(D50:V50)=SUM(W4:W49) - this is my actual formula

I have made worksheet to keep track & total receipts
Example
A B C D E
1 3 1 2 1 7
2 1 1 2
3 2 7 9
4 4 3 3 8

in the very last cell W50 (sample cell E4) I want the total of all the
columns to equal the total of all the rows. The formula I created only
puts
"TRUE" in the cell but I need the actual value put in the cell and if it
doesn't equal each other than it can put "FALSE" in the cell



  #5   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

=(SUM(D50:V50)=SUM(W4:W49))*SUM(D50:V50)

which delivers either an actual sum or 0, the latter signifying an error.

topaz wrote:
=SUM(D50:V50)=SUM(W4:W49) - this is my actual formula

I have made worksheet to keep track & total receipts
Example
A B C D E
1 3 1 2 1 7
2 1 1 2
3 2 7 9
4 4 3 3 8

in the very last cell W50 (sample cell E4) I want the total of all the
columns to equal the total of all the rows. The formula I created only puts
"TRUE" in the cell but I need the actual value put in the cell and if it
doesn't equal each other than it can put "FALSE" in the cell

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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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