Report value of cell based on search

Solved/Closed
Pamela - 13 Aug 2010 à 19:08
 Pamela - 21 Sep 2010 à 16:03
Hello, in Excel I can use a Sumifs to search a column for a value and return the total of cells that match that value (how many "calls" did "Sally take at "8:00?)

Is there a way to search for a value and return a 'value' of another cell?
If 'cell' = Sally, then report value in 'cell'

For example how many hours did Sally work? The spreadsheet is doing a counta to total hours, then gives a total at the bottom. I'd like another view that shows 'name' and 'total hours' - the sumif would do if - if it didn't do a sum! it would be a valueif I guess (smile)





Related:

2 responses

I figured it out - =IF(CELL("type", A1) = "v", A1 * 2, 0)
to give me the value of another cell
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 766
17 Aug 2010 à 23:33
Could you please upload a sample EXCEL file WITH sample data, macro, formula , conditional formatting etc on some shared site like https://authentification.site , http://docs.google.com, http://wikisend.com/ , http://www.editgrid.com etc and post back here the link to allow better understanding of how it is now and how you foresee. Based on the sample book, could you re-explain your problem too