A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

create "IF" formula ?



 
 
Thread Tools Display Modes
  #1  
Old September 22nd, 2009, 09:23 PM posted to microsoft.public.excel.worksheet.functions
Brent05Redfire
external usenet poster
 
Posts: 2
Default create "IF" formula ?

I am trying to figure out how to add two cells on the same row if a cell to
the right is true.

I have a list of projects listed numerically by job number and the name of
the person assigned to that project in column "I". In columns "L" and "M" I
have a number associated with that project and would like to be able to add
this number on each row related to that person and return a total in one
cell. I have a table below these projects with each person listed in a
seperate row and the quantity of projects assigned to each person. right now
I am adding the cells manually to provide a total. sometimes there are 40 or
more cells to add.

any suggestions?
  #2  
Old September 22nd, 2009, 10:45 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default create "IF" formula ?

Maybe this...

A1 = some name

=SUMPRODUCT((I2:I15=A1)*L2:M15)

--
Biff
Microsoft Excel MVP


"Brent05Redfire" wrote in message
...
I am trying to figure out how to add two cells on the same row if a cell to
the right is true.

I have a list of projects listed numerically by job number and the name of
the person assigned to that project in column "I". In columns "L" and "M"
I
have a number associated with that project and would like to be able to
add
this number on each row related to that person and return a total in one
cell. I have a table below these projects with each person listed in a
seperate row and the quantity of projects assigned to each person. right
now
I am adding the cells manually to provide a total. sometimes there are 40
or
more cells to add.

any suggestions?



  #3  
Old September 23rd, 2009, 12:55 PM posted to microsoft.public.excel.worksheet.functions
Brent05Redfire
external usenet poster
 
Posts: 2
Default create "IF" formula ?


Thanks! that did the trick.

"T. Valko" wrote:

Maybe this...

A1 = some name

=SUMPRODUCT((I2:I15=A1)*L2:M15)

--
Biff
Microsoft Excel MVP


"Brent05Redfire" wrote in message
...
I am trying to figure out how to add two cells on the same row if a cell to
the right is true.

I have a list of projects listed numerically by job number and the name of
the person assigned to that project in column "I". In columns "L" and "M"
I
have a number associated with that project and would like to be able to
add
this number on each row related to that person and return a total in one
cell. I have a table below these projects with each person listed in a
seperate row and the quantity of projects assigned to each person. right
now
I am adding the cells manually to provide a total. sometimes there are 40
or
more cells to add.

any suggestions?




  #4  
Old September 23rd, 2009, 04:40 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default create "IF" formula ?

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Brent05Redfire" wrote in message
...

Thanks! that did the trick.

"T. Valko" wrote:

Maybe this...

A1 = some name

=SUMPRODUCT((I2:I15=A1)*L2:M15)

--
Biff
Microsoft Excel MVP


"Brent05Redfire" wrote in
message
...
I am trying to figure out how to add two cells on the same row if a cell
to
the right is true.

I have a list of projects listed numerically by job number and the name
of
the person assigned to that project in column "I". In columns "L" and
"M"
I
have a number associated with that project and would like to be able to
add
this number on each row related to that person and return a total in
one
cell. I have a table below these projects with each person listed in a
seperate row and the quantity of projects assigned to each person.
right
now
I am adding the cells manually to provide a total. sometimes there are
40
or
more cells to add.

any suggestions?






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.