![]() |
|
#1
|
|||
|
|||
![]()
Hello, I've got a formula I need help in cell block F67, May Tab. Currently showing 0.00 but I need it to return a "-" if all of column G7:G64 is BLANK. Can you help adjust my formula?
Currently: =IF(COUNTA(G7:G64)=0,"-",(COUNTIF(G7:G64,"A")*VLOOKUP("A",Cover!G68:H71,2 , FALSE)+COUNTIF(G7:G64,"B")*VLOOKUP("B",Cover!G68:H 71,2, FALSE)+COUNTIF(G7:G64,"F")*VLOOKUP("F",Cover!G68:H 71,2, FALSE))/COUNTA(G7:G64)) Much appreciated. Steve |
#2
|
||||
|
||||
![]() Code:
=IF(COUNTA(G7:G64)="","-",(COUNTIF(G7:G64,"A")*VLOOKUP("A",Cover!G68:H71,2, FALSE)+COUNTIF(G7:G64,"B")*VLOOKUP("B",Cover!G68:H71,2, FALSE)+COUNTIF(G7:G64,"F")*VLOOKUP("F",Cover!G68:H71,2, FALSE))/COUNTA(G7:G64)) |
#3
|
||||
|
||||
![]()
Change the format to Accounting.
|
#4
|
||||
|
||||
![]()
After editing the formula and setting the number format, F67 should show "-".
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ravl13 | Excel | 3 | 08-22-2017 12:26 PM |
Replace "comma" with "and" in line of text | audioman | Word VBA | 7 | 01-21-2016 03:11 PM |
![]() |
RobertF | Mail Merge | 1 | 06-30-2013 09:54 AM |
![]() |
krishnaoptif | Word VBA | 9 | 06-22-2012 05:08 AM |
![]() |
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |