Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula COUNTIF(F16:F703,"A")+G16-1 works properly, But when I change the
formula to COUNTIF(F16:F703,"A")+G16:G703-1 returns a #VALUE# error. No matter what I do I cannot get it to work right. Need help asap working on a program for the hospital. Am using OFFICE PRO 2003. Waiting for an answer with many thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You want to use the total of the values in G16:G703?
If yes, then use =COUNTIF(F16:F703,"A")+SUM(G16:G703)-1 If not then let us know what you want to calculate. -- -------- If this is what you wanted then press the ''''YES'''' button (if you see it) "mcoge" wrote: The formula COUNTIF(F16:F703,"A")+G16-1 works properly, But when I change the formula to COUNTIF(F16:F703,"A")+G16:G703-1 returns a #VALUE# error. No matter what I do I cannot get it to work right. Need help asap working on a program for the hospital. Am using OFFICE PRO 2003. Waiting for an answer with many thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula COUNTIF(F16:F703,"A")+G16-1 works properly, But when I
change the formula to COUNTIF(F16:F703,"A")+G16:G703-1 returns a #VALUE# error. No matter what I do I cannot get it to work right. ... Am using OFFICE PRO 2003. Not sure what answer you expect, but here are valid formulas for a few guesses: =COUNTIF(F16:F703,"A")+SUM(G16:G703)-1 =COUNTIF(F16:F703,"A")+COUNTIF(G16:G703,"B")-1 =COUNTIF(F17:F704,"A")+MAX(G17:G704)-1 ("G16:G703" isn't a number, so adding it to another number isn't meaningful.) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.... or maybe
=COUNTIF(F17:G704,"A")-1 ?? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
COUNTIF(F16:F703,"A")+G16:G703-1
Try this: =SUMIF(F16:F703,"A",G16:G703)-1 -- Biff Microsoft Excel MVP "mcoge" wrote in message ... The formula COUNTIF(F16:F703,"A")+G16-1 works properly, But when I change the formula to COUNTIF(F16:F703,"A")+G16:G703-1 returns a #VALUE# error. No matter what I do I cannot get it to work right. Need help asap working on a program for the hospital. Am using OFFICE PRO 2003. Waiting for an answer with many thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error handling-need to get rid of a value returned as #N/A | Excel Worksheet Functions | |||
N/A returned on VLOOKUP formula | Excel Worksheet Functions | |||
Value returned from Formula changes with the Date | Excel Worksheet Functions | |||
adding cells that contain formulas that have returned error messag | Excel Worksheet Functions | |||
Error being returned | Excel Worksheet Functions |