How to fix #VALUE! error in a Hyperlink() link

psycoperl

Active Member
Joined
Oct 23, 2007
Messages
338
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. MacOS
  3. Web
I am trying to figure out how to fix the #VALUE! error that occurred in my spreadsheet. The formula worked until I changed the value of the cell H3 by adding text to the string that was there.

Any suggestions would be appreciated.



SCFE_SP21_MCR_ACCOUNTANCY_ACC_GRAD.xlsx
ABCDEFGHIJKLMN
1
2
3File ID:SCFE_SP21_MCR_ACCOUNTANCY_ACC_GRAD
4
5Student Course and Faculty EvaluationStats:Sections To Be ReviewedCrosslistings To Be ReviewedInstructors MissingSections Reviewed Missing Signature
6Master Course Roster - Spring 2021161610
Instructions
Cell Formulas
RangeFormula
H6H6=COUNTIFS('Course Info'!Q:Q,"[-] NEEDS RESPONSE",'Course Info'!A:A,"<>")
J6J6=COUNTIFS('Course Info'!A:A,"<>",'Course Info'!S:S,"[-] NEEDS RESPONSE",'Course Info'!Q:Q,'Preset Values'!F2)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!S:S,"[-] NEEDS RESPONSE",'Course Info'!Q:Q,'Preset Values'!F3)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!S:S,"[-] NEEDS RESPONSE",'Course Info'!Q:Q,'Preset Values'!F4)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!S:S,"[-] NEEDS RESPONSE",'Course Info'!Q:Q,'Preset Values'!F5)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!S:S,"[-] NEEDS RESPONSE",'Course Info'!Q:Q,'Preset Values'!F6)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!S:S,"[-] NEEDS RESPONSE",'Course Info'!Q:Q,'Preset Values'!F7)
L6L6=COUNTIFS('Course Info'!A:A,"<>",'Course Info'!K:K,"00000000",'Course Info'!Q:Q,'Preset Values'!F2)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!K:K,"00000000",'Course Info'!Q:Q,'Preset Values'!F3)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!K:K,"00000000",'Course Info'!Q:Q,'Preset Values'!F4)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!K:K,"00000000",'Course Info'!Q:Q,'Preset Values'!F5)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!K:K,"00000000",'Course Info'!Q:Q,'Preset Values'!F6)+COUNTIFS('Course Info'!A:A,"<>",'Course Info'!K:K,"00000000",'Course Info'!Q:Q,'Preset Values'!F7)
M6M6=COUNTIFS('Course Info'!$A:$A,"<>",'Course Info'!$X:$X,"",'Course Info'!Q:Q,"<>[-] NEEDS RESPONSE")
Named Ranges
NameRefers ToCells
'Course Info'!_FilterDatabase='Course Info'!$A$2:$Z$10098H6:I6, L6:M6
_RecordStatus='Preset Values'!$F$2:$F$13L6
Cells with Conditional Formatting
CellConditionCell FormatStop If True
M6Cell Value<1textNO
M6Cell Valuebetween 1 and 10textNO
M6Cell Value>10textNO
L6Cell Value<1textNO
L6Cell Valuebetween 1 and 10textNO
L6Cell Value>10textNO
J6:K6Cell Value<1textNO
J6:K6Cell Valuebetween 1 and 10textNO
J6:K6Cell Value>10textNO
H6Cell Value<1textNO
H6Cell Valuebetween 1 and 10textNO
H6Cell Value>10textNO



--
SCFE_SP21_MCR_ACCOUNTANCY_ACC_GRAD.xlsx
IJKLMNO
28
29#VALUE!
30
31
32
Instructions
Cell Formulas
RangeFormula
J29J29=HYPERLINK(CONCATENATE("mailto:FE@MYU.edu?Subject=SCFE ",C6," [",H3,"]&body=",C5, " ", C6, " file ID ", H3, " is ready for processing."),"Click here to notify the OTE that the file is completed.")
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
That works for me, try using the Evaluate Formula button on the formula tab to see where it fails.
 
Upvote 0
This may be a simple question... I do not see an Evaluate Formula button on my ribbon

I have
  1. Insert Function
  2. Auto Sum
  3. Recently Used
  4. Financial
  5. Logical
  6. Text
  7. Date & Time
  8. Lookup & Reference
  9. Math & Trig
  10. More Functions
  11. Define Name
  12. Create From Selection
  13. Trace Precidents
  14. Trace Dependents
  15. Remove Arrows
  16. Show Formulas
  17. Error Checking
  18. Watch Window
  19. Calculation Options
  20. Calculate Now
  21. Calculate Sheet Screen Shot 2021-02-08 at 1.26.27 PM.png
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top