I've been trying to tweak the budget template in Numbers for iPad so I can have a separate sheet which collects data based on a string value (categories) and returns another string (details) and the number value from the corresponding number values
I tried using the basic if statement but I don't know how to get it to compare strings rather than looking for a Boolean.
----EDIT------
I am going to have a whole bunch of transactions in the transaction table.
What I want to do is sort those transactions so when a transaction falls in the category of say EXTRA i want everything labeled EXTRA to be copied into its own table.
I tried using the basic if statement but I don't know how to get it to compare strings rather than looking for a Boolean.
----EDIT------
I am going to have a whole bunch of transactions in the transaction table.
What I want to do is sort those transactions so when a transaction falls in the category of say EXTRA i want everything labeled EXTRA to be copied into its own table.