Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Change result #VALUE! to "message"

My formula returns last value in column of numbers. If all cells in range are blank, the formula returns #VALUE!. I would like formula to return message "No Scores". I have tried IF formula but keep getting message re circular reference
Can following formula be modified?

=INDEX(B35:B49,COUNTA(B35:B49),1

Thank
Bob Leonar


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Change result #VALUE! to "message"

=IF(COUNTA(B35:B49)=0,"No Scores",INDEX(B35:B49,COUNTA(B35:B49),1))

rleonard wrote:

My formula returns last value in column of numbers. If all cells in range are blank, the formula returns #VALUE!. I would like formula to return message "No Scores". I have tried IF formula but keep getting message re circular reference.
Can following formula be modified??

=INDEX(B35:B49,COUNTA(B35:B49),1)

Thanks
Bob Leonard


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Change result #VALUE! to "message"

One way:

=IF(COUNTA(B35:B49),INDEX(B35:B49, COUNTA(B35:B49),1),"")

In article ,
"rleonard" wrote:

My formula returns last value in column of numbers. If all cells in range are
blank, the formula returns #VALUE!. I would like formula to return message
"No Scores". I have tried IF formula but keep getting message re circular
reference.
Can following formula be modified??

=INDEX(B35:B49,COUNTA(B35:B49),1)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change cell value result from "FALSE" to blank or zero JG Excel Discussion (Misc queries) 3 December 10th 09 09:43 PM
Formula Result is "V6", need Excel to use cell "V6", not the resul Erik Excel Worksheet Functions 3 September 5th 08 03:10 PM
How do I change the column heading in Excel to display "A" "B" "C Thai New Users to Excel 1 November 30th 07 08:06 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
=IF(D13="PAID","YES","NO") Can I change fonts colour Kev Excel Discussion (Misc queries) 3 February 17th 06 04:27 AM


All times are GMT +1. The time now is 01:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"