This is my problem:
I have a table of measured fluorescence values depending on a drug concentration. I can't use the values directly, because even in absence of drug, there is some small fluorescence. Consequently, I have to substract the value from the drug=0 measurement from all other values.
I figured I could calculate a new variable (normalized fluorescence), but how do I reference to the fluorescence value in the drug=0 row? In excel, I'd use sth like $34$2 to reference to that field, but how to do that in SPSS? Entering the value "hard-coded" seems a bit unflexible, and I wanna know how to do it by reference :). Hours of googling and reading in books have yielded no answer so far.
Thanks :)
Edit: An example would be
Drug conc. | Fluorescence 0 | 0.1 <- this value is to be substracted from all fluo values 1 | 1.1 2 | 2.1 3 | 3.1 4 | 4.1