Quattro Pro spereadsheet conversion

nighttrain20

New Member
Joined
Nov 18, 2006
Messages
15
I have an NFL spreadsheet the family & I have been using for over 20 years I created in Quattro Pro. they are bugging me to convert it to Excel. There are a couple of formulas I need help with.

The 1st one is: IN QUATTRO PRO ...... @Array(@IF(@ISBLANK(J10),"",@IF(J10>L10,A10,N10))) .....we assign points to our favorite teams and if that team wins the formula fills in the points on your behalf. if you team loses you get 0.

2nd on is : How to make the cell of the winning teams points change to a color,

I would upload the sheet if anyone has QPW but I don't see a way to upload it.

Thank you in advanced,

Tony
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You cannot upload a sheet to the forum but you can host it on dropbox or other site and post a link to it. Not sure how many people have Quattro Pro though.

Try
Code:
=IF(ISBLANK(J10),"",IF(J10>L10,A10,N10))
 
Last edited:
Upvote 0
Quattro Pro? Wow. There's a name I have not heard in a while. I used to have a copy a million years ago. I'm amazed that it's still in use :)
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,873
Members
449,056
Latest member
ruhulaminappu

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