#1   Report Post  
Junior Member
 
Posts: 4
Default Function help

A B C D E F G H I
124504501800 170 TN439 14-May 160 06/04/12 TN440 124504501800 80
124504501100 36 TN440 14-May 160 06/04/12 TN440 124504501100 168
126636631800 86 TN439 14-May 90 06/04/12 TN440 124504501800 120

I am trying to work up a formula that would allow me to add quantity received (I) to quantity on hand (B) by part numbers (H).

For example: If the item number is 124504501800 and I received 80 pieces in I would like a formula to add this to my existing inventory under that part number.

Does this make sense?

The cell columes are A-I above....and 1-3 Rows

Thanks

Ceej
  #2   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by Ceej76 View Post
A B C D E F G H I
124504501800 170 TN439 14-May 160 06/04/12 TN440 124504501800 80
124504501100 36 TN440 14-May 160 06/04/12 TN440 124504501100 168
126636631800 86 TN439 14-May 90 06/04/12 TN440 124504501800 120

I am trying to work up a formula that would allow me to add quantity received (I) to quantity on hand (B) by part numbers (H).

For example: If the item number is 124504501800 and I received 80 pieces in I would like a formula to add this to my existing inventory under that part number.

Does this make sense?

The cell columes are A-I above....and 1-3 Rows

Thanks

Ceej
Hi Ceej,

Which column do you want the added figures to show in?
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,514
Default Function help

Ceej76 used his keyboard to write :
A B C D E F G
H I
124504501800 170 TN439 14-May 160 06/04/12 TN440 124504501800 80
124504501100 36 TN440 14-May 160 06/04/12 TN440 124504501100 168
126636631800 86 TN439 14-May 90 06/04/12 TN440 124504501800 120

I am trying to work up a formula that would allow me to add quantity
received (I) to quantity on hand (B) by part numbers (H).

For example: If the item number is 124504501800 and I received 80
pieces in I would like a formula to add this to my existing inventory
under that part number.

Does this make sense?

The cell columes are A-I above....and 1-3 Rows

Thanks

Ceej


In the cell to recieve the new quantity, type =B1+I1 (adjust for the
actual row number and copy down.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #4   Report Post  
Junior Member
 
Posts: 4
Default

Quote:
Originally Posted by Spencer101 View Post
Hi Ceej,

Which column do you want the added figures to show in?
Sorry - Colume B
  #5   Report Post  
Junior Member
 
Posts: 4
Default

Quote:
Originally Posted by GS[_2_] View Post
Ceej76 used his keyboard to write :
A B C D E F G
H I
124504501800 170 TN439 14-May 160 06/04/12 TN440 124504501800 80
124504501100 36 TN440 14-May 160 06/04/12 TN440 124504501100 168
126636631800 86 TN439 14-May 90 06/04/12 TN440 124504501800 120

I am trying to work up a formula that would allow me to add quantity
received (I) to quantity on hand (B) by part numbers (H).

For example: If the item number is 124504501800 and I received 80
pieces in I would like a formula to add this to my existing inventory
under that part number.

Does this make sense?

The cell columes are A-I above....and 1-3 Rows

Thanks

Ceej


In the cell to recieve the new quantity, type =B1+I1 (adjust for the
actual row number and copy down.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion

Garry - I would like it to search for the item number and adjust it automatically when I add the new inventory of the same item number.


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,514
Default Function help

Ceej76 explained :
'GS[_2_ Wrote:
;1602491']Ceej76 used his keyboard to write :-
A B C D E F G
H I
124504501800 170 TN439 14-May 160 06/04/12 TN440 124504501800 80
124504501100 36 TN440 14-May 160 06/04/12 TN440 124504501100 168
126636631800 86 TN439 14-May 90 06/04/12 TN440 124504501800 120

I am trying to work up a formula that would allow me to add quantity
received (I) to quantity on hand (B) by part numbers (H).

For example: If the item number is 124504501800 and I received 80
pieces in I would like a formula to add this to my existing inventory
under that part number.

Does this make sense?

The cell columes are A-I above....and 1-3 Rows

Thanks

Ceej-


In the cell to recieve the new quantity, type =B1+I1 (adjust for the
actual row number and copy down.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion



Garry - I would like it to search for the item number and adjust it
automatically when I add the new inventory of the same item number.


Perhaps, then, you should look at the SUMIF() function or maybe the
SUMPRODUCT() function in the Excel Function Reference section of online
help.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #7   Report Post  
Junior Member
 
Posts: 4
Default

Quote:
Originally Posted by GS[_2_] View Post
Ceej76 explained :
'GS[_2_ Wrote:
;1602491']Ceej76 used his keyboard to write :-
A B C D E F G
H I
124504501800 170 TN439 14-May 160 06/04/12 TN440 124504501800 80
124504501100 36 TN440 14-May 160 06/04/12 TN440 124504501100 168
126636631800 86 TN439 14-May 90 06/04/12 TN440 124504501800 120

I am trying to work up a formula that would allow me to add quantity
received (I) to quantity on hand (B) by part numbers (H).

For example: If the item number is 124504501800 and I received 80
pieces in I would like a formula to add this to my existing inventory
under that part number.

Does this make sense?

The cell columes are A-I above....and 1-3 Rows

Thanks

Ceej-


In the cell to recieve the new quantity, type =B1+I1 (adjust for the
actual row number and copy down.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion



Garry - I would like it to search for the item number and adjust it
automatically when I add the new inventory of the same item number.


Perhaps, then, you should look at the SUMIF() function or maybe the
SUMPRODUCT() function in the Excel Function Reference section of online
help.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion

I have tried all that - I think I am doing something wrong - because it doesn't work. That is why I am asking for help, because I can't figure it out.
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 587
Default Function help

hi,

=SUMPRODUCT(--($H$1:$H$10=H1)*($I$1:$I$10))

--
isabelle



Le 2012-06-08 17:15, Ceej76 a écrit :

I have tried all that - I think I am doing something wrong - because it
doesn't work. That is why I am asking for help, because I can't figure
it out.


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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? SteveM Excel Programming 1 January 3rd 08 03:45 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Excel - User Defined Function Error: This function takes no argume BruceInCalgary Excel Programming 3 August 23rd 06 08:53 PM
Need to open the Function Arguments window from VBA for a user defined function. [email protected] Excel Programming 0 June 20th 06 03:53 PM


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