Wildcard for dsum formula

  • Thread starter Thread starter jeq214
  • Start date Start date
J

jeq214

Hi, I have a table with dsum formulas in each cell that recalculates every
time the user selects a different Cost Center from a drop down list. Is there
a wildcard char i can use to represent all cost centers so it can calculate
all values for all cost centers?
 
="=*"


Or if the cost centers looks like

Cost Center1
Cost Center2

etc



="=Cost Center*"


--


Regards,


Peo Sjoblom
 
Well, the problem is, I have a range of cells for the criteria:
Cost Center | Date | Fee Type

So is there a way to show all cost centers, but have a specific date and fee
type?
Thank you for your response.
Jon
 
Sure. Leave the cost center criteria blank. Or, don't include the cost
center field in the criteria at all. Either way will work.
 
It didn't work. Is it because I have multiple criteria? I reference the
criteria to a range of cells which have Cost Center, Date and Fee Type. I
need specific dates and fee types, but would like all cost centers.

Thanks for your help

Jon
 
It doesn't matter how many criteria you have, it works fine if I test it
with some random dates, fee types and use multiple criteria



--


Regards,


Peo Sjoblom
 
How did you get that to work? This is what I did:

Ex. of one formula in the table:
=DSUM(DB,7,Reference!K14:M15)

Reference!K14:M15
fee_Cost_Center fee_Date_Accepted fee_Fee_Type
=ThisCC Jan-07 OD

When i select ="=*" from the drop down, this is what the fee_Cost_Center
looks like:
fee_Cost_Center fee_Date_Accepted fee_Fee_Type
=* Jan-07 OD

but the values still come out $0
Am I missing something?

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top