Complicated IF AND OR statement

bryanhope

New Member
Joined
Mar 22, 2017
Messages
4
Hello, I am trying to create a rule for capitalizing the correct value of IT assets for accurate accounting and depreciation purposes.

Here are the conditions:

IF the asset and is a composite asset meaning built from multiple pieces AND/OR:

[TABLE="width: 522"]
<tbody>[TR]
[TD]Hardware less than $5,000[/TD]
[TD]INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Hardware greater than $5,000[/TD]
[TD]INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Software License <= 1 year[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Software License > than 1 year and $5,000[/TD]
[TD]INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Cloud Service[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Support[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Maintenance[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Training[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
</tbody>[/TABLE]

OTHERWISE IF asset is not a composite asset then the values to capitalize would include:

[TABLE="width: 522"]
<tbody>[TR]
[TD]Hardware less than $5,000[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Hardware greater than $5,000[/TD]
[TD]INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Software License <= 1 year[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Software License > than 1 year and $5,000[/TD]
[TD]INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Cloud Service[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Support[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Maintenance[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
[TR]
[TD]Training[/TD]
[TD]DO NOT INCLUDE VALUE[/TD]
[/TR]
</tbody>[/TABLE]

Any help would be very much appreciated.

Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Please provide a sample of how the data is actually laid out in your current spreadsheet. This will allow others, including myself, to provide you better support.
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,212
Members
452,618
Latest member
Tam84

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