M Muh New member Jan 26, 2025 #1 Excel Formula Required Here Attach Data Sheet in 1st Sheet . Based On Colum "L" item Division Sales and Profit Amount Based On Employee name Item Division Only 1 time seen Under 1 Employee Sales and Profit amount Sum Attachments FORMULA LOOKUP (6) (1) (1) (1).xlsx FORMULA LOOKUP (6) (1) (1) (1).xlsx 29.9 KB · Views: 2
Excel Formula Required Here Attach Data Sheet in 1st Sheet . Based On Colum "L" item Division Sales and Profit Amount Based On Employee name Item Division Only 1 time seen Under 1 Employee Sales and Profit amount Sum
shamimarita Administrator Super Moderator Jan 30, 2025 #2 Muh said: Excel Formula Required Here Attach Data Sheet in 1st Sheet . Based On Colum "L" item Division Sales and Profit Amount Based On Employee name Item Division Only 1 time seen Under 1 Employee Sales and Profit amount Sum View attachment 1734 Click to expand... Hello Muh, To fetch the sales and profit values for these Employee Name, and Item Division from the sales sheet, you can use the SUMIFS formula in Excel. Sales Amount: =SUMIFS('Sales Data'!$G$3:$G$163, 'Sales Data'!$J$3:$J$163, E4, 'Sales Data'!$L$3:$L$163, F4) Profit Amount: =SUMIFS('Sales Data'!$H$3:$H$163, 'Sales Data'!$J$3:$J$163, E4, 'Sales Data'!$L$3:$L$163, F4) Attachments ExcelDemy - FORMULA LOOKUP (6) (1) (1) (1).xlsx ExcelDemy - FORMULA LOOKUP (6) (1) (1) (1).xlsx 30.6 KB · Views: 0
Muh said: Excel Formula Required Here Attach Data Sheet in 1st Sheet . Based On Colum "L" item Division Sales and Profit Amount Based On Employee name Item Division Only 1 time seen Under 1 Employee Sales and Profit amount Sum View attachment 1734 Click to expand... Hello Muh, To fetch the sales and profit values for these Employee Name, and Item Division from the sales sheet, you can use the SUMIFS formula in Excel. Sales Amount: =SUMIFS('Sales Data'!$G$3:$G$163, 'Sales Data'!$J$3:$J$163, E4, 'Sales Data'!$L$3:$L$163, F4) Profit Amount: =SUMIFS('Sales Data'!$H$3:$H$163, 'Sales Data'!$J$3:$J$163, E4, 'Sales Data'!$L$3:$L$163, F4)