need some help on the right function to use..

G

Guest

Well also if it is even possible to do this. But for example lets say I have
a list of assets and I need to know over all how many times I use and asset
for plan A or plan B, in Column "C" of my spreadsheets I have the asset 1 to
35, and in column "F" I have if I used them for plan A or B, now the tricky
part is I would like to keep a running total on a different sheet, so in
theory I need something to look down through my sheets and validate the two
different responses A or B for each asset and distribute them to a different
cell. So basically I want to ad up all of the A's and the B's for each
asset and keep a running total for the year. I have every end covered except
how to get excel to look at the asset number and count each A or B and keep a
running total of each A or B in a particular cell. I hope this question
isn't to long. forgive me.

Nate
 
G

Guest

Why use the RIGHT function? Try:

=COUNTIF(Sheet1!F:F,"*plan*A*")

where Sheet1 contains the asset listing.

HTH
Jason
Atlanta, GA
 

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

Similar Threads

Access Need help in making asset history in my current database. 1
DB Function? 1
Summarizing Data 1
IF... do nothing 1
MACRS depreciation formula 2
date formula 1
Prevenatative Maintenance 4
Vlookup with multiple returns 2

Top