Formula problem between different Excel versions

BlissC

New Member
Joined
Aug 28, 2017
Messages
47
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi,

I've got a formula which I'm using to populate the contents of cells in a column based on whether a date has been entered in a cell in the same row in an adjacent column. This is the formula:

Code:
=IF(ISNUMBER(T4),"Completed","Repair outstanding")

Basically, if there's a date in the cell in column T, in the cell in question display 'completed', but if the cell in column T is empty, display 'repair outstanding'. This works fine in a test spreadsheet that I set up on my home laptop to try out different formulae and conditional formatting, but I can't get it to work on the 'live' spreadsheet at work. The cell just shows the formula rather than either 'completed' or 'repair outstanding'. The only difference I can think of is that on my home laptop I have Excel 2016, and at work we're still on Excel 2010. Even then though, the test spreadsheet I set up at home with the formula in it still works fine running on my Excel 2010 at work - it just won't work on the 'live' spreadsheet, so I'm not sure whether it is a problem with different Excel versions, or a problem with the formula itself.

If anyone could offer any guidance on where to go with this, I'd be most grateful! :)
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
It is not the version. Select the cell with the formula, then click the fx symbol next to the formula bar at the top of the window. maybe that will give you a clue.
 
Last edited:
Upvote 0
Thanks! I can't believe I missed something so basic! :oops: (I guess that's what comes from trying to work far too late at night when you're starting to see double!)
 
Upvote 0
Thanks! I can't believe I missed something so basic! :oops: (I guess that's what comes from trying to work far too late at night when you're starting to see double!)

I think we have all been there.
Regards, JLG
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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