I have a spreadsheet that has a cell with the following value: (note: true file path removed to keep it clean)
=IF('C:\[1025.xls]Information'!$B$63<>0,'C:\[1025.xls]Information'!$B$63,IF('C:\[1025.xls]Project Information'!$C$7<>0,'C:\[1025.xls]Project Information'!$C$7,"New Job"
)
I want to make the 1025.xls increment on each line. Right now everything works, but each job# has to be manually updated.
I have tried creating a cell with a value of 1025 then incrementing that each line (which works) and then trying to add that value to the cell with the formula but I cant seem to get the right punctuation.
I have googled the problem and keep coming up to these forums, so I thought I would ask here
Thanks for any help.
Zipur
=IF('C:\[1025.xls]Information'!$B$63<>0,'C:\[1025.xls]Information'!$B$63,IF('C:\[1025.xls]Project Information'!$C$7<>0,'C:\[1025.xls]Project Information'!$C$7,"New Job"
I want to make the 1025.xls increment on each line. Right now everything works, but each job# has to be manually updated.
I have tried creating a cell with a value of 1025 then incrementing that each line (which works) and then trying to add that value to the cell with the formula but I cant seem to get the right punctuation.
I have googled the problem and keep coming up to these forums, so I thought I would ask here
Thanks for any help.
Zipur