IF and IFERROR together (Sharepoint)

Sunshine8790

Board Regular
Joined
Jun 1, 2021
Messages
71
Office Version
  1. 365
Platform
  1. Windows
I have an excel sharepoint file so I am not able to post my ranges with XL2BB as I normally would for excel help.

This is the screenshot of the area I'm looking to fix (Columns J and K):
All 3 columns are filled with formulas.
1694618853883.png


Column I formula:
Excel Formula:
=IFERROR(VLOOKUP(A2,'Emp Summary'!A:AP,42,FALSE),"inactive")

Column J formula:
Excel Formula:
=IF(I2="","",MONTH(I2))

Column K forumula:
Excel Formula:
=IF(I2="","",DAY(I2))

What I need is a fix for the formulas in J and K. I want to add the IFERROR function to tell it that if there is no date, to return as "inactive".

Anybody? 😅
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
assuming I formula is working, would you not use something like

Excel Formula:
=IF(I2="inactive","inactive",MONTH(I2))
 
Upvote 1
Solution
you're welcome.. thanks for the feedback
Rob
 
Upvote 0

Forum statistics

Threads
1,215,131
Messages
6,123,223
Members
449,091
Latest member
jeremy_bp001

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