Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default SUM formula for data from one column when another is populated

I would like help creating a formula that when data is populated in
one column, it pulls the number from another column and sums it in a
cell at the bottom of the worksheet.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default SUM formula for data from one column when another is populated

Maybe

=SUMPRODUCT(--(ISBLANK(A2:A10)=FALSE),(B2:B10))

HTH,
Barb Reinhardt

"Michael" wrote:

I would like help creating a formula that when data is populated in
one column, it pulls the number from another column and sums it in a
cell at the bottom of the worksheet.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default SUM formula for data from one column when another is populated

On Jun 27, 9:46 pm, Barb Reinhardt
wrote:
Maybe

=SUMPRODUCT(--(ISBLANK(A2:A10)=FALSE),(B2:B10))

HTH,
Barb Reinhardt



"Michael" wrote:
I would like help creating a formula that when data is populated in
one column, it pulls the number from another column and sums it in a
cell at the bottom of the worksheet.- Hide quoted text -


- Show quoted text -


I received an error message. Let me try to explain further...For
example; I have one column (Y) blank (y2:y142), then I have one column
(I) with random numbers in it (I2:I142). When a cell is populated in
column Y, I would like the formula to go to column I grab the number
in the corresponding row and sum in a cell at the bottom of the sheet.
Is there a way that I can do that? I am just a bit confused on how to
approach it. Thanks for the help!

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
Formula to display last entry in a column populated with #N/As T. Duprex Excel Worksheet Functions 4 January 12th 09 08:12 AM
Last populated cell in a column RedFive Excel Discussion (Misc queries) 7 October 3rd 08 08:58 PM
2 column List Box populated with data not from Excel sheet? MariahJ Excel Programming 1 December 11th 06 06:44 PM
detect column name of last populated data ilyaskazi[_50_] Excel Programming 3 July 25th 05 09:53 AM
A SIMPLER FORMULA TO GET A REFERENCE OF WHICH COLUMN IS POPULATED Ravi Excel Worksheet Functions 7 July 15th 05 10:34 AM


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

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"