#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

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
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,596
Messages
6,125,728
Members
449,255
Latest member
whatdoido

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