IF & OR function help required

trickslide

New Member
Joined
May 2, 2011
Messages
2
Hello Everyone,

I was looking for a little help on a formula, a variation of the IF OR.

The spreadsheet is designed to check the versions of a list of software a client is using.

It checks what the current version against the master list and then returns up to date or

upgrade now.

Each client has their own worksheet, which lists the sware they are using in the first column

and the version in the second column.

I have inserted all the sware available

I have it working up to this point with this formuala
=IF(client!B12=Summary!B12,"up to date","update now")

My stumbling block is where the client does not have that sware installed and I enter N/A or

similar.

I guess the function I am trying to get at is

if the client software version = master list version then show up to dat. If it is not the

same show upgrade now, but if the client version = NA then show not installed.

I hope that makes sence.

Any help would be much appreciated.

Richard
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Try

=IF(client!B12="NA","Not Installed,IF(client!B12=Summary!B12,"up to date","update now"))
 
Upvote 0

Forum statistics

Threads
1,224,567
Messages
6,179,571
Members
452,927
Latest member
whitfieldcraig

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