You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a column full of 150 amounts or more. I need to know if the sum of some of these amounts equal a specific amount which I have determined.
example: let's say I have in A1 thru A5 2,4,5,3,12 and I want to determine if the sum of any of these 5 amounts equals 8 (B1). What would be the formula, function to input?
Mike H
unread,
Nov 12, 2009, 2:17:01 PM11/12/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
This will return TRUE or FALSE
=SUM(A1:A5)=B1
Mike
Luizvs
unread,
Nov 12, 2009, 6:22:02 PM11/12/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
If you are talking about combinations, meaning putting some cells together, there is no formula for that. Only with macros you can do that and it is not easy, because you will have to think about multiple solutions (how choose if you have more than 1 solution!)