#Value! Error

dbrhpln

New Member
Joined
Oct 7, 2020
Messages
4
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
I am getting the #value error because it cannot ignore text - how do I update my formula so that it will ignore text:
=(AVERAGE(HLOOKUP(TODAY(),'Exit Criteria Trend (daily)'!1:11,9,FALSE),HLOOKUP(TODAY(),'Exit Criteria Trend (daily)'!1:11,10,FALSE), HLOOKUP(TODAY(),'Exit Criteria Trend (daily)'!1:11,11,FALSE)))-(AVERAGE(HLOOKUP(WORKDAY(TODAY(),-1),'Exit Criteria Trend (daily)'!1:11,9,FALSE),HLOOKUP(WORKDAY(TODAY(),-1),'Exit Criteria Trend (daily)'!1:11,10,FALSE), HLOOKUP(WORKDAY(TODAY(),-1),'Exit Criteria Trend (daily)'!1:11,11,FALSE)))
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Welcome to the MrExcel forum!

Try:

=(SUM(OFFSET('Exit Criteria Trend (daily)'!$A$9:$A$11,0,MATCH(TODAY(),'Exit Criteria Trend (daily)'!1:1,0)-1))-SUM(OFFSET('Exit Criteria Trend (daily)'!$A$9:$A$11,0,MATCH(WORKDAY(TODAY(),-1),'Exit Criteria Trend (daily)'!1:1,0)-1)))/3
 
Upvote 0
Solution
Thanks for the welcome and quick response! You are AWESOME - THANK YOU SO MUCH!!!!!!!
 
Upvote 0

Forum statistics

Threads
1,215,592
Messages
6,125,713
Members
449,253
Latest member
Mbogo

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