#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

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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,323
Messages
6,124,246
Members
449,149
Latest member
mwdbActuary

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