I wrote this excel formula in a spreadsheet I created in Excel: =IF(J8=1,J8*Price1,IF(J8=2,J8*Price2,IF(J8=3,J8*Price3,IF(J8=4,J8*Price4,IF(J8="",0,IF(J8 >=5,"Invalid")))) ))
I've now turned that excel spreadsheet into a PDF form and I'd like it to still calculate that cell on the form. Where you see the word Price, was an actual cell, but I know enough to know I'll have to type the prices in.