Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Using the attached table as an example....
I'm using a VLOOKUP formula to return the values in column I, however, I only want the values returned if there are 3 or more values in columns B-H. If there are less than 3, I want "NA" returned. I've tried a few variations, including putting a COUNTIF formula in column K to determine whether there are 3 or more values, then incorporating that column into the VLOOKUP, but I can't get this to work either. Can anyone help? I've been stuck on this for days. Last edited by Stepper : November 3rd 10 at 02:07 AM Reason: Table not displaying correctly |
#2
![]() |
|||
|
|||
![]() Quote:
Could you explain with a little more details the search are you using? You can control the number of cells with values. Look at this example: I put the media on I1 if there are 3 or more values on tehe B1:H1 interval I1 -- =IF(COUNTIF(B1:H1,"<0")=3,(SUM(B1:H1)/COUNTIF(B1:H1,"<0")),"NA") Tell me your necesity a little better, Please.
__________________
I hope it can help you. Best regards, Marcilio Lobão --------------------------- Belo Horizonte, Brazil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif/Vlookup | Excel Discussion (Misc queries) | |||
Countif and Vlookup in a single formula | Excel Discussion (Misc queries) | |||
countif and Vlookup | Excel Discussion (Misc queries) | |||
COUNTIF and VLOOKUP | Excel Worksheet Functions | |||
Countif or Vlookup | Excel Worksheet Functions |