Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Maileen
 
Posts: n/a
Default pickup cell value according another cell value

Hi,

I have a column (for example A) in which sometime it is written "Total".
In another column (for example D) but on the same row than "Total", I have
the value of this Total.

What i would like to do is :

to scann all A column and everytime that i found "Total", I would like to
get the value stored into colum D..

after collecting all values of totals, i will add them to 1 cell (to another
sheet).
for example,

A5 = Total, D5 = 25100
....
A41=Total, D41=15455


how can i do that automaticaly without doing macro ?

thanks a lot,
Maileen.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUMIF(Sheet1!A1:A100,"Total",Sheet1!D1:D100)

--

HTH

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


"Maileen" wrote in message
...
Hi,

I have a column (for example A) in which sometime it is written "Total".
In another column (for example D) but on the same row than "Total", I have
the value of this Total.

What i would like to do is :

to scann all A column and everytime that i found "Total", I would like to
get the value stored into colum D..

after collecting all values of totals, i will add them to 1 cell (to

another
sheet).
for example,

A5 = Total, D5 = 25100
...
A41=Total, D41=15455


how can i do that automaticaly without doing macro ?

thanks a lot,
Maileen.



  #3   Report Post  
Maileen
 
Posts: n/a
Default

thanks a lot,
it works great.

maileen.

Bob Phillips wrote:
=SUMIF(Sheet1!A1:A100,"Total",Sheet1!D1:D100)

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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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