SOLVED

Help with a Drop Down List

Copper Contributor

Hi,

I have a drop down list (Budget Category) and need a formula that when a category from this list is chosen it also pulls the dollar amount from the Amount Billed column to be placed in another cell. For example I have created another table with every category from the list and want the cumulative totals for each category.  Hope I explained it correctly.  Any help is appreciated.

 

Thanks!

2 Replies
best response confirmed by Hans Vogelaar (MVP)
Solution

@nyreddbone67 

=SUMIF($G$3:$G$22,B2,$H$3:$H$22)

Maybe with SUMIF. Data validation is in cell B2 in this example.

data validation.JPG

 

 

@OliverScheurich   YOU ARE THE BEST!!!! I just changed it according to my table and it worked!!! THANK YOU!!!  

1 best response

Accepted Solutions
best response confirmed by Hans Vogelaar (MVP)
Solution

@nyreddbone67 

=SUMIF($G$3:$G$22,B2,$H$3:$H$22)

Maybe with SUMIF. Data validation is in cell B2 in this example.

data validation.JPG

 

 

View solution in original post