Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to set up a formula that would search cells in a column for
specific text (a range of general ledger codes). If the text is found, I need it to trigger a calulation of cells in the specfic row in order to determine the grand total for the spreadsheet. For example, for every row in column B, if the text 1021-10 is found, subtract column G from column F in order to provide the grand total for 1021-10. If the formula could be set up to search for multiple general ledger codes i.e. 1021-10, 1021-12, etc. to provide a cumulative total,that would be even better. Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(B:B,"1021-10",F:F)-SUMIF(B:B,"1021-10",G:G)
Vaya con Dios, Chuck, CABGx3 "MJ" wrote: I am trying to set up a formula that would search cells in a column for specific text (a range of general ledger codes). If the text is found, I need it to trigger a calulation of cells in the specfic row in order to determine the grand total for the spreadsheet. For example, for every row in column B, if the text 1021-10 is found, subtract column G from column F in order to provide the grand total for 1021-10. If the formula could be set up to search for multiple general ledger codes i.e. 1021-10, 1021-12, etc. to provide a cumulative total,that would be even better. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |