Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Following on from my spreadsheet issues just now - i also need to add up on
each sheet how many in column W = N and how many = U. These need to be converted into number form (ie 4 Ns and 15 Us) on the month end sheet. By the way, the month end sheet is a summary which has the 1 -31 days totals on it. HELP pleeeease!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On 11 May, 10:35, englishrose4719
wrote: Following on from my spreadsheet issues just now - i also need to add up on each sheet how many in column W = N and how many = U. These need to be converted into number form (ie 4 Ns and 15 Us) on the month end sheet. By the way, the month end sheet is a summary which has the 1 -31 days totals on it. HELP pleeeease!! Hi You need to use the countif function. This formula will count the number of instances a peice of data occurs within a set range. There are two possibilties 1) If the cells in column W will only contain either U, or N or any other single digit then you type: =countif(W1:W?,"N") - obviously the question mark represents the end cell of your W column. You can then do the same for the Us. 2) However, if the cells may contain other pieces of data, as well as either the U or the N, then you need to add the wildcard symbol which is *. This will find the desired data amongst other pieces of data should there be any. so then you must type =countif(W1:W?,"*N*") Hope this helps Rory |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
="there are "&COUNTIF(W:W,"N")&" N's and "COUNTIF(W:W,"U")&" U's) -- Regards Roger Govier "englishrose4719" wrote in message ... Following on from my spreadsheet issues just now - i also need to add up on each sheet how many in column W = N and how many = U. These need to be converted into number form (ie 4 Ns and 15 Us) on the month end sheet. By the way, the month end sheet is a summary which has the 1 -31 days totals on it. HELP pleeeease!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing Data via Web Query - Can values be passed to query? | Excel Discussion (Misc queries) | |||
Save data retreived from query without saving query | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Microsoft Query rejects "nz" function in Access Query | Excel Discussion (Misc queries) | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) |