excel Help

olibooth

New Member
Joined
Feb 1, 2019
Messages
3
hi all.

ive been trying all day and struggling. I have a spreadsheet for work audits. I have them set up in month order and the cell gets either a P,A or F in it.
ive been to count how many P,A and F there are in each month and add up as it goes.

ive managed to turn the letter it in a number with this formula:
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=IF(ISNUMBER(SEARCH("p",G3)),1,"")
but that's only work on one cell, I need it to do this over 6 cells.[/FONT]


Any help would be great.

thanks
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,

Not entirely sure what End result you're looking for, a Total of P, A, or F individually or combined?

But look into the COUNTIF or COUNTIFS function.
 
Upvote 0
thanks for the quick reply

i'll set the scene to try and help.
each engineer gets upto 6 audits a month. each one of them can be a Pass, Advisory or Fail. which i enter in manually.
i have a summary page that i need to know how many Pass, Advisory or Fails the engineer has had for the year.

hope that makes sense
 
Upvote 0
Again, look into the COUNTIF or COUNTIFS function, but depending on how your data is setup, which you haven't given any sample, you might need SUMPRODUCT.

This is a sample using COUNTIF:


Book1
ABCDEFGHIJK
1EngineerJanFebMarAprMayJunPassAdvisoryFail
2John DoePassAdvisoryPassFailAdvisoryFail222
3Jane DoeAdvisoryPassPassPassAdvisoryPass420
Sheet526
Cell Formulas
RangeFormula
I2=COUNTIF($B2:$G2,I$1)


I2 formula copied down and across to K2
 
Upvote 0
thank you so much, this has worked a treat.

think i was over complicating it to much by trying to turn the letter into numbers first.
 
Upvote 0
You're welcome, welcome to the forum.

Just post back if you need further assistance.
 
Upvote 0

Forum statistics

Threads
1,214,787
Messages
6,121,561
Members
449,038
Latest member
Guest1337

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top